Home
last modified time | relevance | path

Searched refs:u32uFrame (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvEHCI_SCHD.cxx112 static U16 ms_periodic_usecs (struct ehci_hcd *pEhci, U32 u32Frame, U32 u32uFrame) in ms_periodic_usecs() argument
122 if (pQh->qh->hw_ep_state2 & (1 << u32uFrame)) in ms_periodic_usecs()
124 if (pQh->qh->hw_ep_state2 & (1 << (8 + u32uFrame))) in ms_periodic_usecs()
139 u32Frame * 8 + u32uFrame, u32uSecs); in ms_periodic_usecs()
288 U32 u32uFrame, in ms_check_period() argument
295 if (u32uFrame >= 8) in ms_check_period()
309 for (u32uFrame = 0; u32uFrame < 7; u32uFrame++) { in ms_check_period()
310 claimed = ms_periodic_usecs (pEhci, u32Frame, u32uFrame); in ms_check_period()
324 claimed = ms_periodic_usecs (pEhci, u32Frame, u32uFrame); in ms_check_period()
396 U32 u32uFrame, in ms_check_intr_schedule() argument
[all …]