Searched refs:HPIBF_PPOLL (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/arch/hp300/dev/
H A Dhpibvar.h210 #define HPIBF_PPOLL 0x4 macro
H A Dhpib.c322 sc->sc_flags &= ~HPIBF_PPOLL;
330 sc->sc_flags |= HPIBF_PPOLL;
H A Dnhpib.c531 } else if (hs->sc_flags & HPIBF_PPOLL) {
535 hs->sc_flags &= ~HPIBF_PPOLL;
588 if ((hs->sc_flags & HPIBF_PPOLL) == 0)
H A Dfhpib.c563 } else if (hs->sc_flags & HPIBF_PPOLL) {
593 hs->sc_flags &= ~HPIBF_PPOLL;
650 if ((hs->sc_flags & HPIBF_PPOLL) == 0)

Completed in 265 milliseconds