Home
last modified time | relevance | path

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

/freebsd/sys/dev/ppbus/
H A Dlpt.c159 #define HAVEBUS (1<<8) /* the driver owns the bus */ macro
202 if (sc->sc_state & HAVEBUS) in lpt_request_ppbus()
207 sc->sc_state |= HAVEBUS; in lpt_request_ppbus()
219 if (sc->sc_state & HAVEBUS) { in lpt_release_ppbus()
222 sc->sc_state &= ~HAVEBUS; in lpt_release_ppbus()