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

/external/grub/netboot/
H A Dtimer.h42 #define PPC_PORTB 0x61 macro
54 return ((inb(PPC_PORTB) & PPCB_T2OUT) == 0);
60 while ((inb(PPC_PORTB) & PPCB_T2OUT) == 0)

Completed in 84 milliseconds