Searched refs:hw_info1 (Results 1 – 7 of 7) sorted by relevance
101 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()
337 __hc32 hw_info1; /* see EHCI 3.6.2 */ member419 __hc32 hw_info1; member
138 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()
279 __le32 hw_info1; /* see EHCI 3.6.2 */ member
512 ehci->async->hw_info1 = cpu_to_hc32(ehci, QH_HEAD); in ehci_init()945 if (qh->hw_info1 == 0) { in ehci_endpoint_disable()
842 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()
1059 } else if (unlikely (stream->hw_info1 != 0)) { in iso_stream_find()