Searched refs:INTR_SBR (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/dev/ncv/
H A Dncr53c500reg.h104 #define INTR_SBR 0x80 /* SCSI Bus Reset */ macro
H A Dncr53c500.c257 if (((stat & INTR_SBR) == 0) ||
258 (bus_space_read_1(iot, ioh, cr0_istat) & INTR_SBR))
471 if (((stat & INTR_SBR) == 0) ||
472 (bus_space_read_1(sc->sc_iot, sc->sc_ioh, cr0_istat) & INTR_SBR))
973 if ((ireason & INTR_SBR) != 0)

Completed in 89 milliseconds