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

/vbox/src/VBox/Devices/USB/
H A DDevOHCI.cpp1292 DECLINLINE(void) ohciReadITd(POHCI pThis, uint32_t ITdAddr, POHCIITD pITd) argument
1294 ohciGetDWords(pThis, ITdAddr, (uint32_t *)pITd, sizeof(*pITd) / sizeof(uint32_t));
1299 ITdAddr,
1386 DECLINLINE(void) ohciWriteITd(POHCI pThis, uint32_t ITdAddr, PCOHCIITD pITd, const char *pszLogMsg) argument
1392 ohciGetDWords(pThis, ITdAddr, (uint32_t *)&ITdOld, sizeof(ITdOld) / sizeof(uint32_t));
1395 ITdAddr,
1415 ohciPutDWords(pThis, ITdAddr, (uint32_t *)pITd, sizeof(*pITd) / sizeof(uint32_t));
1964 const uint32_t ITdAddr = pUrb->Hci.paTds[iTd].TdAddr; local
1970 Assert((ITdAddr & ED_PTR_MASK) == ITdAddr);
2257 const uint32_t ITdAddr = pUrb->Hci.paTds[iTd].TdAddr; local
2965 ohciServiceIsochronousTdUnlink(POHCI pThis, POHCIITD pITd, uint32_t ITdAddr, uint32_t ITdAddrPrev, PVUSBURB pUrb, POHCIED pEd, uint32_t EdAddr) argument
3032 ohciServiceIsochronousTd(POHCI pThis, POHCIITD pITd, uint32_t ITdAddr, const unsigned R, PCOHCIED pEd, uint32_t EdAddr) argument
3190 uint32_t ITdAddr = pEd->HeadP & ED_PTR_MASK; local
[all...]

Completed in 119 milliseconds