Searched refs:LP_USE_IRQ (Results 1 – 1 of 1) sorted by relevance
129 #define LP_USE_IRQ 0x02 /* we are using our irq */ macro395 sc->sc_irq = LP_HAS_IRQ | LP_USE_IRQ | LP_ENABLE_IRQ; in lpt_attach()524 sc->sc_irq |= LP_USE_IRQ; in lptopen()526 sc->sc_irq &= ~LP_USE_IRQ; in lptopen()569 if (sc->sc_irq & LP_USE_IRQ) in lptopen()580 if (sc->sc_irq & LP_USE_IRQ) { in lptopen()618 if ((!(sc->sc_state & INTERRUPTED)) && (sc->sc_irq & LP_USE_IRQ)) in lptclose()814 } else while ((sc->sc_xfercnt > 0)&&(sc->sc_irq & LP_USE_IRQ)) { in lptwrite()833 if (!(sc->sc_irq & LP_USE_IRQ) && (sc->sc_xfercnt)) { in lptwrite()