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

/freebsd-10.0-release/sys/pc98/cbus/
H A Dolpt.c162 #define LP_USE_IRQ 0x02 /* we are using our irq */ macro
357 sc->sc_irq = LP_HAS_IRQ | LP_USE_IRQ | LP_ENABLE_IRQ;
407 sc->sc_irq |= LP_USE_IRQ;
409 sc->sc_irq &= ~LP_USE_IRQ;
419 if (sc->sc_irq & LP_USE_IRQ) {
569 while ((sc->sc_xfercnt > 0)&&(sc->sc_irq & LP_USE_IRQ)) {
588 if(!(sc->sc_irq & LP_USE_IRQ) && (sc->sc_xfercnt)) {
/freebsd-10.0-release/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 166 milliseconds