Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/arch/i386/core/
Dtimer2.c27 #define PPCB_T2OUT 0x20 /* Bit 5 */ macro
79 return ((inb(PPC_PORTB) & PPCB_T2OUT) == 0); in timer2_running()