Home
last modified time | relevance | path

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

/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h411 __hc32 hw_info1; /* see EHCI 3.6.2 */ member
/linux/drivers/usb/host/
H A Doxu210hp-hcd.c286 __le32 hw_info1; /* see EHCI 3.6.2 */ member
1234 if (!(qh->hw_info1 & cpu_to_le32(1 << 14))) { in qh_update()
1238 epnum = (le32_to_cpup(&qh->hw_info1) >> 8) & 0x0f; in qh_update()
1883 qh->hw_info1 = cpu_to_le32(info1); in qh_make()
1964 qh->hw_info1 &= ~QH_ADDR_MASK; in qh_append_tds()
3025 oxu->async->hw_info1 = cpu_to_le32(QH_HEAD); in oxu_hcd_init()
3411 if (qh->hw_info1 == 0) { in oxu_endpoint_disable()