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