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

/vbox/src/VBox/Devices/Storage/
H A DDevBusLogic.cpp491 # define BL_STAT_DACT RT_BIT(7) /* Diagnistic Active. */ macro
1160 pBusLogic->regStatus |= BL_STAT_DACT;
2126 if (pBusLogic->regStatus & BL_STAT_DACT)
2130 pBusLogic->regStatus &= ~BL_STAT_DACT;

Completed in 62 milliseconds