Lines Matching refs:time_freq
153 * time_phase and time_freq are the phase increment and the frequency
156 * time_freq is set via ntp_adjtime() from a value stored in a file when
162 * interrupt and is recomputed from time_phase and time_freq at each
166 * call to ntp_adjtime(). It is used to adjust the time_freq variable
171 int32_t time_freq = 0; /* frequency offset (scaled ppm) */
760 lltemp = time_freq + pps_freq;
1220 time_freq += ltemp / SCALE_KH;
1226 time_freq += (int)(((int64_t)ltemp *
1231 if (time_freq > time_tolerance)
1232 time_freq = time_tolerance;
1233 else if (time_freq < -time_tolerance)
1234 time_freq = -time_tolerance;