Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEHCI_SCHD.cxx172 periodic_usecs (struct ehci_hcd *ehci, U32 frame, U32 uframe) in periodic_usecs() argument
183 if (q->qh->hw_info2 & CPUToLE32 (1 << uframe)) in periodic_usecs()
186 if (q->qh->hw_info2 & CPUToLE32 (1 << (8 + uframe))) in periodic_usecs()
203 if (q->itd->hw_transaction [uframe] != 0) in periodic_usecs()
216 if (q->sitd->hw_uframe & CPUToLE32 (1 << uframe)) { in periodic_usecs()
225 CPUToLE32 (1 << (8 + uframe))) { in periodic_usecs()
242 frame * 8 + uframe, usecs); in periodic_usecs()
371 U32 uframe, in check_period() argument
376 if (uframe >= 8) in check_period()
396 claimed = periodic_usecs (ehci, frame, uframe); in check_period()
[all …]
H A DdrvEHCI.h2100 U16 uframe; member