Lines Matching refs:hw_info2
288 __le32 hw_info2; /* see EHCI 3.6.2 */ member
1332 if ((qh->hw_info2 & cpu_to_le32(QH_SMASK)) != 0) { in ehci_urb_done()
1555 & qh->hw_info2) != 0) { in qh_completions()
1884 qh->hw_info2 = cpu_to_le32(info2); in qh_make()
2254 if (q->qh->hw_info2 & cpu_to_le32(1 << uframe)) in periodic_usecs()
2257 if (q->qh->hw_info2 & cpu_to_le32(1 << (8 + uframe))) in periodic_usecs()
2334 period, le32_to_cpup(&qh->hw_info2) & (QH_CMASK | QH_SMASK), in qh_link_periodic()
2421 le32_to_cpup(&qh->hw_info2) & (QH_CMASK | QH_SMASK), in qh_unlink_periodic()
2447 || (cpu_to_le32(QH_CMASK) & qh->hw_info2) != 0) in intr_deschedule()
2537 uframe = ffs(le32_to_cpup(&qh->hw_info2) & QH_SMASK); in qh_schedule()
2573 qh->hw_info2 &= cpu_to_le32(~(QH_CMASK | QH_SMASK)); in qh_schedule()
2574 qh->hw_info2 |= qh->period in qh_schedule()
2577 qh->hw_info2 |= c_mask; in qh_schedule()