Home
last modified time | relevance | path

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

/drivers/usb/host/
Dehci-q.c101 if (!(qh->hw_info1 & cpu_to_hc32(ehci, 1 << 14))) { in qh_update()
105 epnum = (hc32_to_cpup(ehci, &qh->hw_info1) >> 8) & 0x0f; in qh_update()
820 qh->hw_info1 = cpu_to_hc32(ehci, info1); in qh_make()
908 qh->hw_info1 &= ~qh_addr_mask; in qh_append_tds()
Dehci.h337 __hc32 hw_info1; /* see EHCI 3.6.2 */ member
419 __hc32 hw_info1; member
Dehci-dbg.c138 qh, qh->hw_next, qh->hw_info1, qh->hw_info2, in dbg_qh()
416 scratch = hc32_to_cpup(ehci, &qh->hw_info1); in qh_lines()
579 &p.qh->hw_info1); in fill_periodic_buffer()
Doxu210hp.h279 __le32 hw_info1; /* see EHCI 3.6.2 */ member
Dehci-hcd.c512 ehci->async->hw_info1 = cpu_to_hc32(ehci, QH_HEAD); in ehci_init()
945 if (qh->hw_info1 == 0) { in ehci_endpoint_disable()
Doxu210hp-hcd.c842 if (!(qh->hw_info1 & cpu_to_le32(1 << 14))) { in qh_update()
846 epnum = (le32_to_cpup(&qh->hw_info1) >> 8) & 0x0f; in qh_update()
1495 qh->hw_info1 = cpu_to_le32(info1); in qh_make()
1576 qh->hw_info1 &= ~QH_ADDR_MASK; in qh_append_tds()
2640 oxu->async->hw_info1 = cpu_to_le32(QH_HEAD); in oxu_hcd_init()
3036 if (qh->hw_info1 == 0) { in oxu_endpoint_disable()
Dehci-sched.c1059 } else if (unlikely (stream->hw_info1 != 0)) { in iso_stream_find()