Searched refs:HAVEBUS (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/dev/ppbus/
H A Dlpt.c162 #define HAVEBUS (1<<8) /* the driver owns the bus */ macro
206 if (sc->sc_state & HAVEBUS)
211 sc->sc_state |= HAVEBUS;
223 if (sc->sc_state & HAVEBUS) {
226 sc->sc_state &= ~HAVEBUS;

Completed in 87 milliseconds