Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvEHCI_SCHD.cxx81 static void ms_periodic_unlink (struct ehci_hcd *pEhci, U32 u32Frame, void *ptr) in ms_periodic_unlink() argument
83 union ehci_qh_shadow *prev_p = &pEhci->pshadow [u32Frame]; in ms_periodic_unlink()
84 U32 *hw_p = &pEhci->pPeriodic [u32Frame]; in ms_periodic_unlink()
99 ms_debug_msg ("[periodic_unlink] entry %p no longer on u32Frame [%d]\n", ptr, (int)u32Frame); in ms_periodic_unlink()
112 static U16 ms_periodic_usecs (struct ehci_hcd *pEhci, U32 u32Frame, U32 u32uFrame) in ms_periodic_usecs() argument
114 U32 *phw_p = &pEhci->pPeriodic [u32Frame]; in ms_periodic_usecs()
115 union ehci_qh_shadow *pQh = &pEhci->pshadow [u32Frame]; in ms_periodic_usecs()
139 u32Frame * 8 + u32uFrame, u32uSecs); in ms_periodic_usecs()
199 U32 u32Frame = pQh1->u16Start; in ms_intr_deschedule() local
213 ms_periodic_unlink (pEhci, u32Frame, pQh1); in ms_intr_deschedule()
[all …]