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

/vbox/src/VBox/Devices/Storage/
H A DDevAHCI.cpp835 #define AHCI_PORT_IE_PSE RT_BIT(1) macro
1510 (pAhciPort->regIE & AHCI_PORT_IE_DSE) >> 2, (pAhciPort->regIE & AHCI_PORT_IE_PSE) >> 1,
1531 (u32Value & AHCI_PORT_IE_DSE) >> 2, (u32Value & AHCI_PORT_IE_PSE) >> 1,
5211 if (pAhciPort->regIE & AHCI_PORT_IE_PSE)

Completed in 65 milliseconds