Home
last modified time | relevance | path

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

/external/grub/netboot/
Dtimer.h45 #define PPCB_T2OUT 0x20 /* Bit 5 */ macro
54 return ((inb(PPC_PORTB) & PPCB_T2OUT) == 0); in timer2_running()
60 while ((inb(PPC_PORTB) & PPCB_T2OUT) == 0) in waiton_timer2()