Searched refs:LPT_NOINTR (Results 1 – 2 of 2) sorted by relevance
256 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))
82 #define LPT_NOINTR 0x80 /* do not use interrupt */ macro