Home
last modified time | relevance | path

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

/openbmc/linux/kernel/time/
H A Dntp.c99 #define PPS_INTCOUNT 4 /* number of consecutive good intervals to macro
900 if (--pps_intcnt <= -PPS_INTCOUNT) { in pps_dec_freq_interval()
901 pps_intcnt = -PPS_INTCOUNT; in pps_dec_freq_interval()
914 if (++pps_intcnt >= PPS_INTCOUNT) { in pps_inc_freq_interval()
915 pps_intcnt = PPS_INTCOUNT; in pps_inc_freq_interval()