Lines Matching defs:regIE
406 uint32_t regIE;
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 & AHCI_PORT_IE_IFE) >> 27, (pAhciPort->regIE & AHCI_PORT_IE_INFE) >> 26,
1506 (pAhciPort->regIE & AHCI_PORT_IE_OFE) >> 24, (pAhciPort->regIE & AHCI_PORT_IE_IPME) >> 23,
1507 (pAhciPort->regIE & AHCI_PORT_IE_PRCE) >> 22, (pAhciPort->regIE & AHCI_PORT_IE_DIE) >> 7,
1508 (pAhciPort->regIE & AHCI_PORT_IE_PCE) >> 6, (pAhciPort->regIE & AHCI_PORT_IE_DPE) >> 5,
1509 (pAhciPort->regIE & AHCI_PORT_IE_UFE) >> 4, (pAhciPort->regIE & AHCI_PORT_IE_SDBE) >> 3,
1510 (pAhciPort->regIE & AHCI_PORT_IE_DSE) >> 2, (pAhciPort->regIE & AHCI_PORT_IE_PSE) >> 1,
1511 (pAhciPort->regIE & AHCI_PORT_IE_DHRE)));
1512 *pu32Value = pAhciPort->regIE;
1543 pAhciPort->regIE = u32Value;
1726 if (pAhciPort->regIE & pAhciPort->regIS)
2018 pAhciPort->regIE = 0;
5211 if (pAhciPort->regIE & AHCI_PORT_IE_PSE)
5266 if (pAhciPort->regIE & AHCI_PORT_IE_TFEE)
5277 if (pAhciPort->regIE & AHCI_PORT_IE_DHRE)
5337 if (pAhciPort->regIE & AHCI_PORT_IE_TFEE)
5345 if (pAhciPort->regIE & AHCI_PORT_IE_SDBE)
6065 if (pAhciPort->regIE & AHCI_PORT_IE_OFE)
6948 pHlp->pfnPrintf(pHlp, "PortIe=%#x\n", pThisPort->regIE);
7097 SSMR3PutU32(pSSM, pThis->ahciPort[i].regIE);
7336 SSMR3GetU32(pSSM, &pThis->ahciPort[i].regIE);
7900 if ( (pAhciPort->regIE & AHCI_PORT_IE_CPDE)
7901 || (pAhciPort->regIE & AHCI_PORT_IE_PCE)
7902 || (pAhciPort->regIE & AHCI_PORT_IE_PRCE))
8020 if ( (pAhciPort->regIE & AHCI_PORT_IE_CPDE)
8021 || (pAhciPort->regIE & AHCI_PORT_IE_PCE)
8022 || (pAhciPort->regIE & AHCI_PORT_IE_PRCE))