Searched refs:PPS_INTCOUNT (Results 1 – 1 of 1) sorted by relevance
116 #define PPS_INTCOUNT 4 /* number of consecutive good intervals to macro903 if (--ntpdata->pps_intcnt <= -PPS_INTCOUNT) { in pps_dec_freq_interval()904 ntpdata->pps_intcnt = -PPS_INTCOUNT; in pps_dec_freq_interval()918 if (++ntpdata->pps_intcnt >= PPS_INTCOUNT) { in pps_inc_freq_interval()919 ntpdata->pps_intcnt = PPS_INTCOUNT; in pps_inc_freq_interval()