Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/ic/
Dlpt.c256 if ((sc->sc_flags & (LPT_POLLED|LPT_NOINTR)) == LPT_POLLED)
306 if ((flags & LPT_NOINTR) == 0)
317 if ((sc->sc_flags & LPT_NOINTR) == 0)
377 if ((sc->sc_flags & LPT_NOINTR) == 0)
397 if (sc->sc_flags & LPT_NOINTR) {
497 (sc->sc_flags & LPT_NOINTR))
Dlptvar.h82 #define LPT_NOINTR 0x80 /* do not use interrupt */ macro