Searched refs:INTR_SBR (Results 1 – 2 of 2) sorted by relevance
240 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)
104 #define INTR_SBR 0x80 /* SCSI Bus Reset */ macro