Searched refs:pps_freq (Results 1 – 3 of 3) sorted by relevance
177 time_freq = ntv.freq - pps_freq; in ntp_adjtime()182 ntv.freq = time_freq + pps_freq; in ntp_adjtime()190 ntv.ppsfreq = pps_freq; in ntp_adjtime()
213 int32_t pps_freq = 0; /* frequency offset (scaled ppm) */ variable760 lltemp = time_freq + pps_freq; in clock()1360 pps_usec -= pps_freq; in ddi_hardpps()1462 pps_freq -= -u_usec >> PPS_AVG; in ddi_hardpps()1463 if (pps_freq < -time_tolerance) in ddi_hardpps()1464 pps_freq = -time_tolerance; in ddi_hardpps()1467 pps_freq += u_usec >> PPS_AVG; in ddi_hardpps()1468 if (pps_freq > time_tolerance) in ddi_hardpps()1469 pps_freq = time_tolerance; in ddi_hardpps()
258 extern int32_t pps_freq; /* pps frequency offset (scaled ppm) */