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

/vbox/src/VBox/Devices/Storage/
H A DDevAHCI.cpp673 AHCIPort ahciPort[AHCI_MAX_NR_PORTS_IMPL]; member in struct:AHCI
1724 PAHCIPort pAhciPort = &ahci->ahciPort[i];
2129 PAHCIPort pAhciPort = &pThis->ahciPort[i];
2217 rc = pPortReg->pfnRead(pAhci, &pAhci->ahciPort[iPort], iReg, (uint32_t *)pv);
2302 rc = pPortReg->pfnWrite(pAhci, &pAhci->ahciPort[iPort], iReg, u32Value);
2627 *ppLed = &pAhci->ahciPort[iLUN].Led;
6590 PAHCIPort pAhciPort = &pThis->ahciPort[pNotifierItem->iPort];
6939 PAHCIPort pThisPort = &pThis->ahciPort[i];
6989 for (uint32_t i = 0; i < RT_ELEMENTS(pThis->ahciPort); i++)
6991 PAHCIPort pThisPort = &pThis->ahciPort[
[all...]

Completed in 100 milliseconds