Searched refs:CALIBRATE_INTERVAL (Results 1 – 1 of 1) sorted by relevance
34 #define CALIBRATE_INTERVAL ((2*CLOCK_TICK_RATE)/1000) /* 2ms */ macro51 outb(CALIBRATE_INTERVAL & 0xff, 0x42); /* LSB of count */ in calibrate_tsc_with_pit()52 outb(CALIBRATE_INTERVAL >> 8, 0x42); /* MSB of count */ in calibrate_tsc_with_pit()