Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/usb/host/
Dehci-sched.c125 if (hw->hw_info2 & cpu_to_hc32(ehci, 1 << uframe)) in periodic_usecs()
128 if (hw->hw_info2 & cpu_to_hc32(ehci, in periodic_usecs()
264 uf = tt_start_uframe(ehci, q->qh->hw->hw_info2); in periodic_tt_usecs()
418 hw->hw_info2); in tt_no_collision()
541 period, hc32_to_cpup(ehci, &qh->hw->hw_info2) in qh_link_periodic()
625 hc32_to_cpup(ehci, &qh->hw->hw_info2) & (QH_CMASK | QH_SMASK), in qh_unlink_periodic()
662 & hw->hw_info2) != 0) in intr_deschedule()
821 uframe = ffs(hc32_to_cpup(ehci, &hw->hw_info2) & QH_SMASK); in qh_schedule()
859 hw->hw_info2 &= cpu_to_hc32(ehci, ~(QH_CMASK | QH_SMASK)); in qh_schedule()
860 hw->hw_info2 |= qh->period in qh_schedule()
[all …]
Doxu210hp-hcd.c930 if ((qh->hw_info2 & cpu_to_le32(QH_SMASK)) != 0) { in ehci_urb_done()
1154 & qh->hw_info2) != 0) { in qh_completions()
1486 qh->hw_info2 = cpu_to_le32(info2); in qh_make()
1858 if (q->qh->hw_info2 & cpu_to_le32(1 << uframe)) in periodic_usecs()
1861 if (q->qh->hw_info2 & cpu_to_le32(1 << (8 + uframe))) in periodic_usecs()
1936 period, le32_to_cpup(&qh->hw_info2) & (QH_CMASK | QH_SMASK), in qh_link_periodic()
2023 le32_to_cpup(&qh->hw_info2) & (QH_CMASK | QH_SMASK), in qh_unlink_periodic()
2049 || (cpu_to_le32(QH_CMASK) & qh->hw_info2) != 0) in intr_deschedule()
2139 uframe = ffs(le32_to_cpup(&qh->hw_info2) & QH_SMASK); in qh_schedule()
2175 qh->hw_info2 &= cpu_to_le32(~(QH_CMASK | QH_SMASK)); in qh_schedule()
[all …]
Doxu210hp.h281 __le32 hw_info2; /* see EHCI 3.6.2 */ member
Dehci-dbg.c143 qh, hw->hw_next, hw->hw_info1, hw->hw_info2, hw->hw_current); in dbg_qh()
465 scratch, hc32_to_cpup(ehci, &hw->hw_info2), in qh_lines()
603 &hw->hw_info2) in fill_periodic_buffer()
Dehci.h313 __hc32 hw_info2; /* see EHCI 3.6.2 */ member
Dehci-q.c265 if ((qh->hw->hw_info2 & cpu_to_hc32(ehci, QH_SMASK)) != 0) { in ehci_urb_done()
947 hw->hw_info2 = cpu_to_hc32(ehci, info2); in qh_make()