Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Di386_timer.c29 outb((inb(PPC_PORTB) & ~PPCB_SPKR) | PPCB_T2GATE, PPC_PORTB); in __load_timer2()
40 return ((inb(PPC_PORTB) & PPCB_T2OUT) == 0); in __timer2_running()
H A Dtimer.h43 #define PPC_PORTB 0x61 macro