Searched refs:pps_shift (Results 1 – 1 of 1) sorted by relevance
216 static int pps_shift = PPS_FAVG; /* interval duration (s) (shift) */ variable311 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 …]