Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/ncv/
HDncr53c500.c240 if (((stat & INTR_SBR) == 0) || in ncvhw_check()
241 (bus_read_1(res, cr0_istat) & INTR_SBR)) in ncvhw_check()
438 if (((stat & INTR_SBR) == 0) ||
439 (bus_read_1(res, cr0_istat) & INTR_SBR))
926 if ((ireason & INTR_SBR) != 0)
HDncr53c500reg.h104 #define INTR_SBR 0x80 /* SCSI Bus Reset */ macro