Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtimer.h46 #define PPCB_T2OUT 0x20 /* Bit 5 */ macro
H A Di386_timer.c40 return ((inb(PPC_PORTB) & PPCB_T2OUT) == 0); in __timer2_running()