Lines Matching full:time
51 * Reworked time interpolation logic
57 #include <linux/time.h>
67 * MAXTC establishes the maximum time constant of the PLL. With the
68 * SHIFT_KG and SHIFT_KF values given and a time constant range from
75 #define MAXTC 6 /* maximum time constant (shift) */
82 * with respect to standard time. The FINENSEC define represents 1 nsec in
92 #define SHIFT_UPDATE (SHIFT_KG + MAXTC) /* time offset scale (shift) */
108 long offset; /* time offset (usec) */
113 long constant; /* pll time constant */
118 struct timeval time; /* (read only) */
138 #define ADJ_OFFSET 0x0001 /* time offset */
140 #define ADJ_MAXERROR 0x0004 /* maximum time error */
141 #define ADJ_ESTERROR 0x0008 /* estimated time error */
143 #define ADJ_TIMECONST 0x0020 /* pll time constant */
163 #define STA_PPSTIME 0x0004 /* enable PPS time discipline (rw) */
209 extern long time_offset; /* time adjustment (us) */
210 extern long time_constant; /* pll time constant */
217 extern long time_reftime; /* time at last adjustment (s) */
261 * time jump forward during a tick. A slower clock is usually a side effect
266 * resets occur or speeding up if the time jumps per analysis cycle
276 u16 source; /* time source flags */