Searched refs:MAXTC (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/ntp/kernel/sys/
H A Dtimex.h91 * MAXTC establishes the maximum time constant of the PLL. With the
93 * zero to MAXTC, the PLL will converge in 15 minutes to 16 hours,
100 #define MAXTC 6 /* maximum time constant (shift) */ macro
122 #define SHIFT_UPDATE (SHIFT_KG + MAXTC) /* time offset scale (shift) */
/freebsd-13-stable/sys/sys/
H A Dtimex.h60 #define MAXTC 10 /* max time constant */ macro
/freebsd-13-stable/contrib/ntp/ntpd/
H A Drefclock_irig.c163 #define MAXTC 10 /* max PLL time constant max */ macro
769 if (up->tc > MAXTC)
770 up->tc = MAXTC;
938 if (up->errflg == 0 && up->tc == MAXTC) {
/freebsd-13-stable/sys/kern/
H A Dkern_ntptime.c382 else if (ntv->constant > MAXTC)
383 time_constant = MAXTC;
/freebsd-13-stable/contrib/ntp/util/
H A Dntptime.c210 MAXTC);

Completed in 72 milliseconds