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

/vbox/src/VBox/Devices/USB/
H A DDevOHCI.cpp1657 static bool ohciIsTdInFlight(POHCI pThis, uint32_t GCPhysTD) function
2787 if (ohciIsTdInFlight(pThis, TdAddr))
2952 if (ohciIsTdInFlight(pThis, TdAddr))
3363 if (!ohciIsTdInFlight(pThis, TdAddr))
3439 if (ohciIsTdInFlight(pThis, TdAddr))
3494 || ohciIsTdInFlight(pThis, Ed.HeadP & ED_PTR_MASK))

Completed in 92 milliseconds