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

/vbox/src/VBox/Devices/Storage/
H A DDevAHCI.cpp406 uint32_t regIE; member in struct:AHCIPort
1090 if (pAhciPort->regIE & AHCI_PORT_IE_DHRE)
1451 if (pAhciPort->regIE & AHCI_PORT_IE_DHRE)
1501 ahciLog(("%s: read regIE=%#010x\n", __FUNCTION__, pAhciPort->regIE));
1503 __FUNCTION__, (pAhciPort->regIE & AHCI_PORT_IE_CPDE) >> 31, (pAhciPort->regIE & AHCI_PORT_IE_TFEE) >> 30,
1504 (pAhciPort->regIE & AHCI_PORT_IE_HBFE) >> 29, (pAhciPort->regIE & AHCI_PORT_IE_HBDE) >> 28,
1505 (pAhciPort->regIE
[all...]

Completed in 49 milliseconds