HomeSort by: relevance | last modified time | path
    Searched refs:NCRINTR_BS (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/arch/next68k/stand/boot/
scsi.c 226 #define NCRINTR_DONE (NCRINTR_BS | NCRINTR_FC)
285 if ((sc->sc_intrstatus & NCRINTR_BS) != 0) {
  /src/sys/dev/ic/
ncr53c9xreg.h 92 #define NCRINTR_BS 0x10 /* Bus Service */
ncr53c9x.c 2499 #define NCRINTR_DONE (NCRINTR_FC | NCRINTR_BS)
2697 if ((sc->sc_espintr & NCRINTR_BS) != 0) {
  /src/sys/arch/amiga/dev/
flsc.c 399 if ((sc->sc_espintr & NCRINTR_BS) == 0) {
402 NCR_DMA(("no NCRINTR_BS\n"));
459 } while (cnt && fsc->sc_active && (flscintr & NCRINTR_BS) != 0);
  /src/sys/dev/mca/
esp_mca.c 320 if ((sc->sc_espintr & NCRINTR_BS) == 0) {
  /src/sys/dev/pcmcia/
esp_pcmcia.c 334 if ((sc->sc_espintr & NCRINTR_BS) == 0) {
  /src/sys/dev/podulebus/
esp_podule.c 200 if ((sc->sc_espintr & NCRINTR_BS) == 0) {
  /src/sys/arch/mac68k/obio/
esp.c 487 if ((sc->sc_espintr & NCRINTR_BS) == 0) {
535 } while (esc->sc_active && (espintr & NCRINTR_BS));
1038 if ((sc->sc_espintr & NCRINTR_BS) && (sc->sc_espstat & NCRSTAT_TC)) {
  /src/sys/dev/isa/
esp_isa.c 487 if ((sc->sc_espintr & NCRINTR_BS) == 0) {

Completed in 44 milliseconds