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

/vbox/src/VBox/Devices/Storage/
H A DDevAHCI.cpp802 #define AHCI_PORT_IS_TFES RT_BIT(30) macro
1555 __FUNCTION__, (pAhciPort->regIS & AHCI_PORT_IS_CPDS) >> 31, (pAhciPort->regIS & AHCI_PORT_IS_TFES) >> 30,
5265 ASMAtomicOrU32(&pAhciPort->regIS, AHCI_PORT_IS_TFES);
5336 ASMAtomicOrU32(&pAhciPort->regIS, AHCI_PORT_IS_TFES);

Completed in 75 milliseconds