HomeSort by relevance Sort by last modified time
    Searched refs:PPC_PORTB (Results 1 - 2 of 2) sorted by null

  /external/grub/netboot/
timer.h 42 #define PPC_PORTB 0x61
54 return ((inb(PPC_PORTB) & PPCB_T2OUT) == 0);
60 while ((inb(PPC_PORTB) & PPCB_T2OUT) == 0)
timer.c 16 outb((inb(PPC_PORTB) & ~PPCB_SPKR) | PPCB_T2GATE, PPC_PORTB);

Completed in 777 milliseconds