Searched refs:MAXPHASE (Results 1 – 2 of 2) sorted by relevance
181 static long time_maxerror = MAXPHASE / 1000;183 long time_esterror = MAXPHASE / 1000;629 if (offset > MAXPHASE) { in hardupdate()630 time_monitor = MAXPHASE; in hardupdate()631 } else if (offset < -MAXPHASE) { in hardupdate()632 time_monitor = -MAXPHASE; in hardupdate()
80 #define MAXPHASE 500000000L /* max phase error (ns) */ macro