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

/osnet-11/usr/src/grub/grub2/grub-core/kern/i386/
H A Dpit.c23 #define TIMER2_REG_CONTROL 0x42 macro
43 grub_outb (tics & 0xff, TIMER2_REG_CONTROL);
44 grub_outb (tics >> 8, TIMER2_REG_CONTROL);

Completed in 19 milliseconds