Home
last modified time | relevance | path

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

/external/grub/netboot/
Dtimer.h42 #define PPC_PORTB 0x61 macro
54 return ((inb(PPC_PORTB) & PPCB_T2OUT) == 0); in timer2_running()
60 while ((inb(PPC_PORTB) & PPCB_T2OUT) == 0) in waiton_timer2()
Dtimer.c16 outb((inb(PPC_PORTB) & ~PPCB_SPKR) | PPCB_T2GATE, PPC_PORTB); in load_timer2()