Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dehci-q.c103 if (!(hw->hw_info1 & cpu_to_hc32(ehci, QH_TOGGLE_CTL))) { in qh_update()
107 epnum = (hc32_to_cpup(ehci, &hw->hw_info1) >> 8) & 0x0f; in qh_update()
939 hw->hw_info1 = cpu_to_hc32(ehci, info1); in qh_make()
1046 qh->hw->hw_info1 &= ~qh_addr_mask; in qh_append_tds()
Doxu210hp.h279 __le32 hw_info1; /* see EHCI 3.6.2 */ member
Dehci-dbg.c128 qh, hw->hw_next, hw->hw_info1, hw->hw_info2, hw->hw_current); in dbg_qh()
436 scratch = hc32_to_cpup(ehci, &hw->hw_info1); in qh_lines()
688 &hw->hw_info1); in fill_periodic_buffer()
Dfotg210.h403 __hc32 hw_info1; /* see EHCI 3.6.2 */ member
Dfusbh200.h393 __hc32 hw_info1; /* see EHCI 3.6.2 */ member
Dehci-hcd.c524 hw->hw_info1 = cpu_to_hc32(ehci, QH_HEAD); in ehci_init()
526 hw->hw_info1 |= cpu_to_hc32(ehci, QH_INACTIVATE); in ehci_init()
Doxu210hp-hcd.c834 if (!(qh->hw_info1 & cpu_to_le32(1 << 14))) { in qh_update()
838 epnum = (le32_to_cpup(&qh->hw_info1) >> 8) & 0x0f; in qh_update()
1487 qh->hw_info1 = cpu_to_le32(info1); in qh_make()
1568 qh->hw_info1 &= ~QH_ADDR_MASK; in qh_append_tds()
2633 oxu->async->hw_info1 = cpu_to_le32(QH_HEAD); in oxu_hcd_init()
3029 if (qh->hw_info1 == 0) { in oxu_endpoint_disable()
Dfusbh200-hcd.c159 qh, hw->hw_next, hw->hw_info1, hw->hw_info2, hw->hw_current); in dbg_qh()
393 scratch = hc32_to_cpup(fusbh200, &hw->hw_info1); in qh_lines()
559 &hw->hw_info1); in fill_periodic_buffer()
2095 if (!(hw->hw_info1 & cpu_to_hc32(fusbh200, QH_TOGGLE_CTL))) { in qh_update()
2099 epnum = (hc32_to_cpup(fusbh200, &hw->hw_info1) >> 8) & 0x0f; in qh_update()
2947 hw->hw_info1 = cpu_to_hc32(fusbh200, info1); in qh_make()
3053 qh->hw->hw_info1 &= ~qh_addr_mask; in qh_append_tds()
5124 hw->hw_info1 = cpu_to_hc32(fusbh200, QH_HEAD); in hcd_fusbh200_init()
Dfotg210-hcd.c160 qh, hw->hw_next, hw->hw_info1, hw->hw_info2, hw->hw_current); in dbg_qh()
405 scratch = hc32_to_cpup(fotg210, &hw->hw_info1); in qh_lines()
581 &hw->hw_info1); in fill_periodic_buffer()
2143 if (!(hw->hw_info1 & cpu_to_hc32(fotg210, QH_TOGGLE_CTL))) { in qh_update()
2147 epnum = (hc32_to_cpup(fotg210, &hw->hw_info1) >> 8) & 0x0f; in qh_update()
3000 hw->hw_info1 = cpu_to_hc32(fotg210, info1); in qh_make()
3105 qh->hw->hw_info1 &= ~qh_addr_mask; in qh_append_tds()
5200 hw->hw_info1 = cpu_to_hc32(fotg210, QH_HEAD); in hcd_fotg210_init()
Dehci.h387 __hc32 hw_info1; /* see EHCI 3.6.2 */ member