Searched refs:uframe (Results 1 – 2 of 2) sorted by relevance
172 periodic_usecs (struct ehci_hcd *ehci, U32 frame, U32 uframe) in periodic_usecs() argument183 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() argument376 if (uframe >= 8) in check_period()396 claimed = periodic_usecs (ehci, frame, uframe); in check_period()[all …]
2100 U16 uframe; member