Searched refs:pps_shift (Results 1 – 1 of 1) sorted by relevance
198 static int pps_shift = PPS_FAVG; /* interval duration (s) (shift) */ variable324 SYSCTL_INT(_kern_ntp_pll, OID_AUTO, pps_shift, CTLFLAG_RW,325 &pps_shift, 0, "Interval duration (sec) (shift)");376 pps_shift = PPS_FAVG; in kern_ntp_adjtime()455 ntv->shift = pps_shift; in kern_ntp_adjtime()596 L_RSHIFT(ftemp, pps_shift); in ntp_update_second()840 if (u_sec < (1 << pps_shift)) in hardpps()857 u_nsec = MAXFREQ << pps_shift; in hardpps()858 if (v_nsec > u_nsec || v_nsec < -u_nsec || u_sec != (1 << pps_shift)) { in hardpps()876 L_RSHIFT(ftemp, pps_shift); in hardpps()[all …]