Home
last modified time | relevance | path

Searched refs:pps_shift (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/kern/
H A Dkern_ntptime.c216 static int pps_shift = PPS_FAVG; /* interval duration (s) (shift) */ variable
311 pps_shift = PPS_FAVG; in ntp_adjtime1()
398 ntv->shift = pps_shift; in ntp_adjtime1()
515 L_RSHIFT(ftemp, pps_shift); in ntp_update_second()
800 if (u_sec < (1 << pps_shift)) in hardpps()
817 u_nsec = MAXFREQ << pps_shift; in hardpps()
819 pps_shift)) { in hardpps()
837 L_RSHIFT(ftemp, pps_shift); in hardpps()
855 if (pps_shift < pps_shiftmax) { in hardpps()
856 pps_shift++; in hardpps()
[all …]