Searched refs:espintr (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/dev/podulebus/
H A Desp_podule.c191 u_int espphase, espstat, espintr; local
214 espintr = (u_int)sc->sc_espintr;
237 espintr = NCR_READ_REG(sc, NCR_INTR);
238 espphase = (espintr & NCRINTR_DIS) ?
242 } while (esc->sc_active && espintr);
245 sc->sc_espintr = (uint8_t)espintr;
/netbsd-current/sys/dev/pcmcia/
H A Desp_pcmcia.c325 u_int espphase, espstat, espintr; local
348 espintr = (u_int)sc->sc_espintr;
371 espintr = NCR_READ_REG(sc, NCR_INTR);
372 espphase = (espintr & NCRINTR_DIS)
376 } while (esc->sc_active && espintr);
379 sc->sc_espintr = (uint8_t)espintr;
/netbsd-current/sys/dev/isa/
H A Desp_isa.c476 u_int espphase, espstat, espintr; local
501 espintr = (u_int)sc->sc_espintr;
526 espintr = NCR_READ_REG(sc, NCR_INTR);
527 espphase = (espintr & NCRINTR_DIS) ?
531 } while (esc->sc_active && espintr);
534 sc->sc_espintr = (uint8_t)espintr;
/netbsd-current/sys/arch/mac68k/obio/
H A Desp.c479 u_int espphase, espstat, espintr; local
500 espintr = (u_int)sc->sc_espintr;
529 espintr = *intrreg;
530 espphase = (espintr & NCRINTR_DIS)
535 } while (esc->sc_active && (espintr & NCRINTR_BS));
538 sc->sc_espintr = (uint8_t)espintr;

Completed in 87 milliseconds