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

/vbox/src/VBox/Devices/Storage/
H A DDevAHCI.cpp860 #define AHCI_PORT_CMD_CLO RT_BIT(3) macro
1342 (pAhciPort->regCMD & AHCI_PORT_CMD_FRE) >> 4, (pAhciPort->regCMD & AHCI_PORT_CMD_CLO) >> 3,
1364 (u32Value & AHCI_PORT_CMD_FRE) >> 4, (u32Value & AHCI_PORT_CMD_CLO) >> 3,
1373 if (u32Value & AHCI_PORT_CMD_CLO)
1378 u32Value &= ~(AHCI_PORT_CMD_CLO);

Completed in 92 milliseconds