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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dehci-sched.c118 if (hw->hw_info2 & cpu_to_hc32(ehci, 1 << uframe))
121 if (hw->hw_info2 & cpu_to_hc32(ehci,
257 uf = tt_start_uframe(ehci, q->qh->hw->hw_info2);
411 hw->hw_info2);
533 period, hc32_to_cpup(ehci, &qh->hw->hw_info2)
616 hc32_to_cpup(ehci, &qh->hw->hw_info2) & (QH_CMASK | QH_SMASK),
653 & hw->hw_info2) != 0)
806 uframe = ffs(hc32_to_cpup(ehci, &hw->hw_info2) & QH_SMASK);
844 hw->hw_info2 &= cpu_to_hc32(ehci, ~(QH_CMASK | QH_SMASK));
845 hw->hw_info2 |
[all...]
H A Doxu210hp.h281 __le32 hw_info2; /* see EHCI 3.6.2 */ member in struct:ehci_qh
H A Doxu210hp-hcd.c923 if ((qh->hw_info2 & cpu_to_le32(QH_SMASK)) != 0) {
1147 & qh->hw_info2) != 0) {
1478 qh->hw_info2 = cpu_to_le32(info2);
1850 if (q->qh->hw_info2 & cpu_to_le32(1 << uframe))
1853 if (q->qh->hw_info2 & cpu_to_le32(1 << (8 + uframe)))
1928 period, le32_to_cpup(&qh->hw_info2) & (QH_CMASK | QH_SMASK),
2008 le32_to_cpup(&qh->hw_info2) & (QH_CMASK | QH_SMASK),
2034 || (cpu_to_le32(QH_CMASK) & qh->hw_info2) != 0)
2124 uframe = ffs(le32_to_cpup(&qh->hw_info2) & QH_SMASK);
2160 qh->hw_info2
[all...]
H A Dehci-dbg.c144 qh, hw->hw_next, hw->hw_info1, hw->hw_info2, hw->hw_current);
462 scratch, hc32_to_cpup(ehci, &hw->hw_info2),
600 &hw->hw_info2)
H A Dehci.h311 __hc32 hw_info2; /* see EHCI 3.6.2 */ member in struct:ehci_qh_hw
H A Dehci-q.c264 if ((qh->hw->hw_info2 & cpu_to_hc32(ehci, QH_SMASK)) != 0) {
957 hw->hw_info2 = cpu_to_hc32(ehci, info2);

Completed in 190 milliseconds