Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Di386_timer.c33 outb(ticks & 0xFF, TIMER2_PORT); in __load_timer2()
35 outb(ticks >> 8, TIMER2_PORT); in __load_timer2()
H A Dtimer.h14 #define TIMER2_PORT 0x42 macro