Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/host/
Dehci-q.c103 if (!(hw->hw_info1 & cpu_to_hc32(ehci, 1 << 14))) { in qh_update()
107 epnum = (hc32_to_cpup(ehci, &hw->hw_info1) >> 8) & 0x0f; in qh_update()
961 hw->hw_info1 = cpu_to_hc32(ehci, info1); in qh_make()
1056 qh->hw->hw_info1 &= ~qh_addr_mask; in qh_append_tds()
Doxu210hp.h279 __le32 hw_info1; /* 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()
457 scratch = hc32_to_cpup(ehci, &hw->hw_info1); in qh_lines()
623 &hw->hw_info1); in fill_periodic_buffer()
Dehci.h330 __hc32 hw_info1; /* see EHCI 3.6.2 */ member
Doxu210hp-hcd.c831 if (!(qh->hw_info1 & cpu_to_le32(1 << 14))) { in qh_update()
835 epnum = (le32_to_cpup(&qh->hw_info1) >> 8) & 0x0f; in qh_update()
1484 qh->hw_info1 = cpu_to_le32(info1); in qh_make()
1565 qh->hw_info1 &= ~QH_ADDR_MASK; in qh_append_tds()
2631 oxu->async->hw_info1 = cpu_to_le32(QH_HEAD); in oxu_hcd_init()
3026 if (qh->hw_info1 == 0) { in oxu_endpoint_disable()
Dehci-hcd.c673 hw->hw_info1 = cpu_to_hc32(ehci, QH_HEAD); in ehci_init()
675 hw->hw_info1 |= cpu_to_hc32(ehci, (1 << 7)); /* I = 1 */ in ehci_init()