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

/vbox/src/VBox/Devices/Storage/
H A DDevAHCI.cpp418 uint32_t regSERR; member in struct:AHCIPort
1082 pAhciPort->regSERR |= AHCI_PORT_SERR_X;
1219 && (pAhciPort->regSERR & AHCI_PORT_SERR_X))
1227 && (pAhciPort->regSERR & AHCI_PORT_SERR_N))
1230 pAhciPort->regSERR &= ~u32Value;
1237 ahciLog(("%s: read regSERR=%#010x\n", __FUNCTION__, pAhciPort->regSERR));
1238 *pu32Value = pAhciPort->regSERR;
2031 pAhciPort->regSERR = 0;
6954 pHlp->pfnPrintf(pHlp, "PortSErr=%#x\n", pThisPort->regSERR);
[all...]

Completed in 71 milliseconds