Searched refs:MAXPHASE (Results 1 – 2 of 2) sorted by relevance
156 static long time_maxerror = MAXPHASE / 1000; /* maximum error (us) */157 long time_esterror = MAXPHASE / 1000; /* estimated error (us) */708 if (offset > MAXPHASE)709 time_monitor = MAXPHASE;710 else if (offset < -MAXPHASE)711 time_monitor = -MAXPHASE;
54 #define MAXPHASE 500000000L /* max phase error (ns) */ macro