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

/vbox/src/VBox/Devices/USB/
H A DDevOHCI.cpp2165 static void ohciCalcTimerIntervals(POHCI pThis, uint32_t u32FrameRate) argument
2167 Assert(u32FrameRate <= OHCI_DEFAULT_TIMER_FREQ);
2169 pThis->cTicksPerFrame = pThis->u64TimerHz / u32FrameRate;
2173 pThis->nsWait = RT_NS_1SEC / u32FrameRate;
2174 pThis->uFrameRate = u32FrameRate;

Completed in 67 milliseconds