Searched defs:BL_INTR_CMDC (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Storage/
H A DDevBusLogic.cpp499 # define BL_INTR_CMDC RT_BIT(2) /* Command Complete. */ macro
997 if (!(pBusLogic->regInterrupt & BL_INTR_CMDC))
1002 else if (uIrqType & BL_INTR_CMDC)
1004 AssertMsg(pBusLogic->regInterrupt == 0 || pBusLogic->regInterrupt == (BL_INTR_INTV | BL_INTR_CMDC),
1135 buslogicSetInterrupt(pBusLogic, fSuppressIrq, BL_INTR_CMDC);

Completed in 61 milliseconds