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

/vbox/src/VBox/Devices/Storage/
H A DDevAHCI.cpp862 #define AHCI_PORT_CMD_SUD RT_BIT(1) macro
1343 (pAhciPort->regCMD & AHCI_PORT_CMD_POD) >> 2, (pAhciPort->regCMD & AHCI_PORT_CMD_SUD) >> 1,
1365 (u32Value & AHCI_PORT_CMD_POD) >> 2, (u32Value & AHCI_PORT_CMD_SUD) >> 1,
1460 if ((u32Value & AHCI_PORT_CMD_SUD) && pAhciPort->fPoweredOn && !pAhciPort->fSpunUp)
2020 AHCI_PORT_CMD_SUD | /* Device has spun up. */

Completed in 67 milliseconds