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

/vbox/src/VBox/Devices/Storage/
H A DDevAHCI.cpp491 volatile uint32_t u32CurrentCommandSlot; member in struct:AHCIPort
1333 ahciLog(("%s: read regCMD=%#010x\n", __FUNCTION__, pAhciPort->regCMD | AHCI_PORT_CMD_CCS_SHIFT(pAhciPort->u32CurrentCommandSlot)));
1341 (pAhciPort->regCMD & AHCI_PORT_CMD_ISS) >> 13, pAhciPort->u32CurrentCommandSlot,
1345 *pu32Value = pAhciPort->regCMD | AHCI_PORT_CMD_CCS_SHIFT(pAhciPort->u32CurrentCommandSlot);
1421 pAhciPort->u32CurrentCommandSlot = 0;
2045 pAhciPort->u32CurrentCommandSlot = 0;
6698 ASMAtomicWriteU32(&pAhciPort->u32CurrentCommandSlot, pAhciReq->uTag);
7117 SSMR3PutU32(pSSM, pThis->ahciPort[i].u32CurrentCommandSlot);
7367 SSMR3GetU32(pSSM, (uint32_t *)&pThis->ahciPort[i].u32CurrentCommandSlot);

Completed in 61 milliseconds