Searched refs:NCRINTR_SBR (Results 1 – 4 of 4) sorted by relevance
89 #define NCRINTR_SBR 0x80 /* SCSI Bus Reset */ macro
2121 if ((sc->sc_espintr & NCRINTR_SBR) != 0) { in ncr53c9x_intr()2145 #define NCRINTR_ERR (NCRINTR_SBR|NCRINTR_ILL) in ncr53c9x_intr()
201 if (sc->sc_intrstatus & NCRINTR_SBR) { in scsiicmd()
166 return (dummy & NCRINTR_SBR) != 0; in asc_vsbus_match()