Searched refs:BL_INT_CMDC (Results 1 – 2 of 2) sorted by relevance
/haiku/src/add-ons/kernel/busses/scsi/buslogic/ | ||
H A D | buslogic.h | 38 #define BL_INT_CMDC 0x04 /* Command Complete */ macro |
H A D | buslogic.c | 112 if(intstat & BL_INT_CMDC) { in scsi_int_dispatch() |