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

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

Completed in 125 milliseconds