Searched defs:tics (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/kern/i386/
H A Dpit.c35 grub_pit_wait (grub_uint16_t tics) argument
41 /* Set tics. */
43 grub_outb (tics & 0xff, TIMER2_REG_CONTROL);
44 grub_outb (tics >> 8, TIMER2_REG_CONTROL);

Completed in 26 milliseconds