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

/vbox/src/VBox/Devices/Storage/
H A DDevAHCI.cpp807 #define AHCI_PORT_IS_OFS RT_BIT(24) macro
1558 (pAhciPort->regIS & AHCI_PORT_IS_OFS) >> 24, (pAhciPort->regIS & AHCI_PORT_IS_IPMS) >> 23,
6064 ASMAtomicOrU32(&pAhciPort->regIS, AHCI_PORT_IS_OFS);

Completed in 75 milliseconds