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

/vbox/src/VBox/Devices/USB/
H A DDevOHCI.cpp271 uint32_t hcca; member in struct:OHCI
781 SSMFIELD_ENTRY( OHCI, hcca),
1152 pThis->hcca = 0;
3533 ohciGetDWords(pThis, pThis->hcca + iList * sizeof(EdAddr), &EdAddr, 1);
3613 struct ohci_hcca hcca; local
3614 ohciPhysRead(pThis, pThis->hcca + OHCI_HCCA_OFS, &hcca, sizeof(hcca));
3616 hcca.frame = RT_H2LE_U16((uint16_t)pThis->HcFmNumber);
3617 hcca
[all...]

Completed in 128 milliseconds