Home
last modified time | relevance | path

Searched refs:CALIBRATE_LATCH (Results 1 – 1 of 1) sorted by relevance

/external/grub/netboot/
Dtimer.c45 #define CALIBRATE_LATCH (5 * LATCH) macro
60 outb(CALIBRATE_LATCH & 0xff, 0x42); /* LSB of count */ in calibrate_tsc()
61 outb(CALIBRATE_LATCH >> 8, 0x42); /* MSB of count */ in calibrate_tsc()