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

/vbox/src/VBox/Devices/Storage/
H A DDevAHCI.cpp701 uint32_t cPortsImpl; member in struct:AHCI
1781 for (i = 0; i < ahci->cPortsImpl; i++)
1927 for (i = 0; i < ahci->cPortsImpl; i++)
2127 for (i = 0; i < pThis->cPortsImpl; i++)
2143 AHCI_HBA_CAP_NP_SET(pThis->cPortsImpl); /* Number of supported ports */
2145 pThis->regHbaPi = ahciGetPortsImplemented(pThis->cPortsImpl);
2213 if (RT_LIKELY( iPort < pAhci->cPortsImpl
2298 if (RT_LIKELY( iPort < pAhci->cPortsImpl
6918 pThis->cPortsImpl,
6937 for (unsigned i = 0; i < pThis->cPortsImpl;
[all...]

Completed in 57 milliseconds