Searched refs:LP_USE_IRQ (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/pc98/cbus/
H A Dolpt.c163 #define LP_USE_IRQ 0x02 /* we are using our irq */ macro
359 sc->sc_irq = LP_HAS_IRQ | LP_USE_IRQ | LP_ENABLE_IRQ;
409 sc->sc_irq |= LP_USE_IRQ;
411 sc->sc_irq &= ~LP_USE_IRQ;
421 if (sc->sc_irq & LP_USE_IRQ) {
571 while ((sc->sc_xfercnt > 0)&&(sc->sc_irq & LP_USE_IRQ)) {
590 if(!(sc->sc_irq & LP_USE_IRQ) && (sc->sc_xfercnt)) {
/freebsd-11-stable/sys/dev/ppbus/
H A Dlpt.c129 #define LP_USE_IRQ 0x02 /* we are using our irq */ macro
400 sc->sc_irq = LP_HAS_IRQ | LP_USE_IRQ | LP_ENABLE_IRQ;
529 sc->sc_irq |= LP_USE_IRQ;
531 sc->sc_irq &= ~LP_USE_IRQ;
576 if (sc->sc_irq & LP_USE_IRQ)
587 if (sc->sc_irq & LP_USE_IRQ) {
625 if ((!(sc->sc_state & INTERRUPTED)) && (sc->sc_irq & LP_USE_IRQ))
824 } else while ((sc->sc_xfercnt > 0)&&(sc->sc_irq & LP_USE_IRQ)) {
843 if (!(sc->sc_irq & LP_USE_IRQ) && (sc->sc_xfercnt)) {

Completed in 99 milliseconds