NCR_STAT          497 dev/ic/ncr53c9x.c 	sc->sc_espstat = NCR_READ_REG(sc, NCR_STAT);
NCR_STAT          882 dev/ic/ncr53c9x.c 		if (NCR_READ_REG(sc, NCR_STAT) & NCRSTAT_INT)
NCR_STAT         2781 dev/ic/ncr53c9x.c 		NCR_READ_REG(sc, NCR_STAT),
NCR_STAT          353 dev/pci/pcscp.c 	return (PCSCP_READ_REG(esc, NCR_STAT) & NCRSTAT_INT) != 0;
NCR_STAT          399 dev/pcmcia/esp_pcmcia.c 	return NCR_READ_REG(sc, NCR_STAT) & NCRSTAT_INT;
NCR_STAT          460 dev/pcmcia/esp_pcmcia.c 			while (!(NCR_READ_REG(sc, NCR_STAT) & NCRSTAT_INT));
NCR_STAT          461 dev/pcmcia/esp_pcmcia.c 			espstat = NCR_READ_REG(sc, NCR_STAT);
NCR_STAT          314 dev/tc/asc_tc.c 	return !!(NCR_READ_REG(sc, NCR_STAT) & NCRSTAT_INT);