Searched refs:MAXPHASE (Results 1 – 4 of 4) sorted by relevance
24 #define MAXPHASE 512000 /* max phase error (us) */ macro52 long time_maxerror = MAXPHASE; /* maximum error (us) */53 long time_esterror = MAXPHASE; /* estimated error (us) */78 timex.tv_usec = MAXPHASE; in main()
156 static long time_maxerror = MAXPHASE / 1000; /* maximum error (us) */157 long time_esterror = MAXPHASE / 1000; /* estimated error (us) */696 if (offset > MAXPHASE)697 time_monitor = MAXPHASE;698 else if (offset < -MAXPHASE)699 time_monitor = -MAXPHASE;
54 #define MAXPHASE 500000000L /* max phase error (ns) */ macro
157 #define MAXPHASE 512000L /* max phase error (us) */ macro