Lines Matching refs:hw_info2
312 __le32 hw_info2; /* see EHCI 3.6.2 */ member
1356 if ((qh->hw_info2 & cpu_to_le32(QH_SMASK)) != 0) { in ehci_urb_done()
1578 & qh->hw_info2) != 0) { in qh_completions()
1907 qh->hw_info2 = cpu_to_le32(info2); in qh_make()
2277 if (q->qh->hw_info2 & cpu_to_le32(1 << uframe)) in periodic_usecs()
2280 if (q->qh->hw_info2 & cpu_to_le32(1 << (8 + uframe))) in periodic_usecs()
2357 period, le32_to_cpup(&qh->hw_info2) & (QH_CMASK | QH_SMASK), in qh_link_periodic()
2444 le32_to_cpup(&qh->hw_info2) & (QH_CMASK | QH_SMASK), in qh_unlink_periodic()
2470 || (cpu_to_le32(QH_CMASK) & qh->hw_info2) != 0) in intr_deschedule()
2560 uframe = ffs(le32_to_cpup(&qh->hw_info2) & QH_SMASK); in qh_schedule()
2596 qh->hw_info2 &= cpu_to_le32(~(QH_CMASK | QH_SMASK)); in qh_schedule()
2597 qh->hw_info2 |= qh->period in qh_schedule()
2600 qh->hw_info2 |= c_mask; in qh_schedule()