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

/vbox/src/VBox/Devices/Storage/
H A DDevAHCI.cpp629 uint32_t regIdx; member in struct:AHCI
2431 pAhci->regIdx = u32;
2437 rc = ahciRegisterWrite(pAhci, pAhci->regIdx, u32);
2474 *pu32 = pAhci->regIdx;
2480 rc = ahciRegisterRead(pAhci, pAhci->regIdx, pu32, cb);

Completed in 75 milliseconds