Symbol: NCRSTAT_INT
sys/arch/amiga/dev/bzivsc.c
275
if ((bsc->sc_reg[NCR_STAT * 4] & NCRSTAT_INT) == 0)
sys/arch/amiga/dev/bzivsc.c
449
if (bzivsc_trace[i].status & NCRSTAT_INT)
sys/arch/amiga/dev/bzsc.c
283
if ((bsc->sc_reg[NCR_STAT * 2] & NCRSTAT_INT) == 0)
sys/arch/amiga/dev/bzsc.c
456
if (bzsc_trace[i].status & NCRSTAT_INT)
sys/arch/amiga/dev/bztzsc.c
279
if ((bsc->sc_reg[NCR_STAT * 4] & NCRSTAT_INT) == 0)
sys/arch/amiga/dev/bztzsc.c
457
if (bztzsc_trace[i].status & NCRSTAT_INT)
sys/arch/amiga/dev/cbiisc.c
271
if ((csc->sc_reg[NCR_STAT * 4] & NCRSTAT_INT) == 0)
sys/arch/amiga/dev/cbiisc.c
450
if (cbiisc_trace[i].status & NCRSTAT_INT)
sys/arch/amiga/dev/cbsc.c
275
if ((csc->sc_reg[NCR_STAT * 4] & NCRSTAT_INT) == 0)
sys/arch/amiga/dev/cbsc.c
462
if (cbsc_trace[i].status & NCRSTAT_INT)
sys/arch/amiga/dev/flsc.c
301
(fsc->sc_reg[NCR_STAT * 4] & NCRSTAT_INT) != 0) {
sys/arch/amiga/dev/flsc.c
305
if (fsc->sc_piomode && (fsc->sc_reg[NCR_STAT * 4] & NCRSTAT_INT) != 0 &&
sys/arch/arc/jazz/asc.c
270
return asc_read_reg(sc, NCR_STAT) & NCRSTAT_INT;
sys/arch/mac68k/obio/esp.c
458
return esc->sc_reg[NCR_STAT * 16] & NCRSTAT_INT;
sys/arch/macppc/dev/esp.c
274
return esp_read_reg(sc, NCR_STAT) & NCRSTAT_INT;
sys/arch/mipsco/obio/asc.c
262
return NCR_READ_REG(sc, NCR_STAT) & NCRSTAT_INT;
sys/arch/mipsco/obio/asc.c
543
if (NCR_READ_REG(sc, NCR_STAT) & NCRSTAT_INT) {
sys/arch/next68k/dev/esp.c
736
(sc->sc_espstat & NCRSTAT_INT);
sys/arch/pmax/tc/asc_ioasic.c
439
return (ASC_READ_REG(asc, NCR_STAT) & NCRSTAT_INT) != 0;
sys/arch/vax/vsa/asc_vsbus.c
328
NCR_STAT * sizeof(uint32_t)) & NCRSTAT_INT;
sys/dev/ic/ncr53c9x.c
1020
if (NCR_READ_REG(sc, NCR_STAT) & NCRSTAT_INT)
sys/dev/isa/esp_isa.c
454
return NCR_READ_REG(sc, NCR_STAT) & NCRSTAT_INT;
sys/dev/isa/esp_isa.c
520
while ((NCR_READ_REG(sc, NCR_STAT) & NCRSTAT_INT) == 0)
sys/dev/pci/pcscp.c
349
return (PCSCP_READ_REG(esc, NCR_STAT) & NCRSTAT_INT) != 0;
sys/dev/pcmcia/esp_pcmcia.c
308
return NCR_READ_REG(sc, NCR_STAT) & NCRSTAT_INT;
sys/dev/pcmcia/esp_pcmcia.c
368
while ((NCR_READ_REG(sc, NCR_STAT) & NCRSTAT_INT) == 0)
sys/dev/podulebus/esp_podule.c
174
return NCR_READ_REG(sc, NCR_STAT) & NCRSTAT_INT;
sys/dev/podulebus/esp_podule.c
234
while ((NCR_READ_REG(sc, NCR_STAT) & NCRSTAT_INT) == 0)
sys/dev/tc/asc_tc.c
322
return (NCR_READ_REG(sc, NCR_STAT) & NCRSTAT_INT) != 0;