HomeSort by: relevance | last modified time | path
    Searched defs:MAXTC (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/compat/freebsd/
freebsd_timex.h 88 * MAXTC establishes the maximum time constant of the PLL. With the
90 * zero to MAXTC, the PLL will converge in 15 minutes to 16 hours,
96 #define MAXTC 6 /* maximum time constant (shift) */
118 #define SHIFT_UPDATE (SHIFT_KG + MAXTC) /* time offset scale (shift) */
  /src/sys/sys/
timex.h 120 #define MAXTC 10 /* max time constant */
  /src/external/bsd/ntp/dist/kernel/sys/
timex.h 93 * MAXTC establishes the maximum time constant of the PLL. With the
95 * zero to MAXTC, the PLL will converge in 15 minutes to 16 hours,
102 #define MAXTC 6 /* maximum time constant (shift) */
124 #define SHIFT_UPDATE (SHIFT_KG + MAXTC) /* time offset scale (shift) */
  /src/external/bsd/ntp/dist/ntpd/
refclock_irig.c 165 #define MAXTC 10 /* max PLL time constant max */
771 if (up->tc > MAXTC)
772 up->tc = MAXTC;
940 if (up->errflg == 0 && up->tc == MAXTC) {

Completed in 26 milliseconds