Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/arch/i386/core/
Dtimer2.c24 #define PPC_PORTB 0x61 macro
69 outb((inb(PPC_PORTB) & ~PPCB_SPKR) | PPCB_T2GATE, PPC_PORTB); in load_timer2()
79 return ((inb(PPC_PORTB) & PPCB_T2OUT) == 0); in timer2_running()