Searched refs:MAXTC (Results 1 – 6 of 6) sorted by relevance
100 #define MAXTC 6 /* maximum time constant (shift) */ macro122 #define SHIFT_UPDATE (SHIFT_KG + MAXTC) /* time offset scale (shift) */
163 #define MAXTC 10 /* max PLL time constant max */ macro 769 if (up->tc > MAXTC) in irig_baud() 770 up->tc = MAXTC; in irig_baud() 938 if (up->errflg == 0 && up->tc == MAXTC) { in irig_decode()
58 #define MAXTC 10 /* max time constant */ macro
385 else if (ntv->constant > MAXTC) in kern_ntp_adjtime()386 time_constant = MAXTC; in kern_ntp_adjtime()
210 MAXTC); in main()
6029 MAXTC, and log error returns from ntp_adjtime.