Home
last modified time | relevance | path

Searched refs:NCRINTR_SBR (Results 1 – 4 of 4) sorted by relevance

/netbsd/sys/dev/ic/
H A Dncr53c9xreg.h89 #define NCRINTR_SBR 0x80 /* SCSI Bus Reset */ macro
H A Dncr53c9x.c2121 if ((sc->sc_espintr & NCRINTR_SBR) != 0) { in ncr53c9x_intr()
2145 #define NCRINTR_ERR (NCRINTR_SBR|NCRINTR_ILL) in ncr53c9x_intr()
/netbsd/sys/arch/next68k/stand/boot/
H A Dscsi.c201 if (sc->sc_intrstatus & NCRINTR_SBR) { in scsiicmd()
/netbsd/sys/arch/vax/vsa/
H A Dasc_vsbus.c166 return (dummy & NCRINTR_SBR) != 0; in asc_vsbus_match()