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
899 if (--pps_intcnt <= -PPS_INTCOUNT) { in pps_dec_freq_interval()
900 pps_intcnt = -PPS_INTCOUNT; in pps_dec_freq_interval()
913 if (++pps_intcnt >= PPS_INTCOUNT) { in pps_inc_freq_interval()
914 pps_intcnt = PPS_INTCOUNT; in pps_inc_freq_interval()