Lines Matching +full:10 +full:us
24 #define MAXPHASE 512000 /* max phase error (us) */
40 int tick; /* timer interrupt period (us) */
48 long time_offset = 0; /* time adjustment (us) */
51 long time_precision = 1000000 / HZ; /* clock precision (us) */
52 long time_maxerror = MAXPHASE; /* maximum error (us) */
53 long time_esterror = MAXPHASE; /* estimated error (us) */
54 long time_phase = 0; /* phase offset (scaled us) */
62 double timey = 0; /* simulation time (us) */
63 long timez = 0; /* current error (us) */
81 printf("tick %d us, fixtick %d us\n", tick, fixtick); in main()
104 printf("%10li%10li%10.2f %08lx %08lx %08lx\n", in main()
175 * With SHIFT_SCALE = 23, the maximum frequency adjustment is +-256 us