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

/vbox/src/VBox/Devices/Audio/
H A DDevIchAc97.cpp206 uint8_t civ; /**< ro 0, current index value */ member in struct:AC97BusMasterRegs
402 PDMDevHlpPhysRead(pDevIns, pReg->bdbar + pReg->civ * 8, &u32[0], sizeof(u32));
412 pReg->civ, pReg->bd.addr, pReg->bd.ctl_len >> 16,
512 pReg->civ = 0;
1428 pReg->civ, pReg->bd.addr, pReg->bd.ctl_len));
1429 if (pReg->civ == pReg->lvi)
1439 pReg->civ = pReg->piv;
1496 if (pReg->civ == pReg->lvi)
1498 LogFlowFunc(("Underrun civ (%RU8) == lvi (%RU8)\n", pReg->civ, pRe
[all...]

Completed in 49 milliseconds