Searched refs:MAXPHASE (Results 1 – 2 of 2) sorted by relevance
147 static long time_maxerror = MAXPHASE / 1000; /* maximum error (us) */148 static long time_esterror = MAXPHASE / 1000; /* estimated error (us) */628 if (offset > MAXPHASE) in hardupdate()629 time_monitor = MAXPHASE; in hardupdate()630 else if (offset < -MAXPHASE) in hardupdate()631 time_monitor = -MAXPHASE; in hardupdate()
117 #define MAXPHASE 500000000L /* max phase error (ns) */ macro