Searched refs:PPS_FAVG (Results 1 – 1 of 1) sorted by relevance
183 #define PPS_FAVG 2 /* min freq avg interval (s) (shift) */ macro198 static int pps_shift = PPS_FAVG; /* interval duration (s) (shift) */376 pps_shift = PPS_FAVG; in kern_ntp_adjtime()396 if (ntv->shift < PPS_FAVG) in kern_ntp_adjtime()397 pps_shiftmax = PPS_FAVG; in kern_ntp_adjtime()838 pps_jitter += (u_nsec - pps_jitter) >> PPS_FAVG; in hardpps()900 if (pps_shift > PPS_FAVG) { in hardpps()907 pps_stabil += (u_nsec * SCALE_PPM - pps_stabil) >> PPS_FAVG; in hardpps()