Searched refs:BL_CTRL_RHARD (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Storage/
H A DDevBusLogic.cpp481 # define BL_CTRL_RHARD RT_BIT(7) /* Hard Reset. */ macro
2205 if ((uVal & BL_CTRL_RHARD) || (uVal & BL_CTRL_RSOFT))
2208 bool fHardReset = !!(uVal & BL_CTRL_RHARD);

Completed in 54 milliseconds