Lines Matching full:frequency
28 * Added defines for hybrid phase/frequency-lock loop.
73 #define SHIFT_KF 16 /* PLL frequency factor (shift) */
74 #define SHIFT_KH 2 /* FLL frequency factor (shift) */
86 * time_tolerance variables, which represent the current frequency
87 * offset and maximum frequency tolerance.
93 #define SHIFT_USEC 16 /* frequency offset scale (shift) */
97 #define MAXFREQ (512L << SHIFT_USEC) /* max frequency error (ppm) */
109 long freq; /* frequency offset (scaled ppm) */
115 long tolerance; /* clock frequency tolerance (ppm)
121 long ppsfreq; /* pps frequency (scaled ppm) (ro) */
139 #define ADJ_FREQUENCY 0x0002 /* frequency offset */
164 #define STA_FLL 0x0008 /* select frequency-lock mode (rw) */
169 #define STA_FREQHOLD 0x0080 /* hold frequency (rw) */
211 extern long time_tolerance; /* frequency tolerance (ppm) */
216 extern long time_freq; /* frequency offset (scaled ppm) */
262 * of the integer divide of the nanoseconds in a second by the frequency.
286 u64 frequency; /* frequency in counts/second */