Home
last modified time | relevance | path

Searched refs:hw_alt_next (Results 1 – 9 of 9) sorted by relevance

/drivers/usb/host/
Dehci-dbg.c111 hc32_to_cpup(ehci, &qtd->hw_alt_next), in dbg_qtd()
429 if ((hw->hw_alt_next & QTD_MASK(ehci)) in qh_lines()
430 == ehci->async->hw->hw_alt_next) in qh_lines()
432 else if (hw->hw_alt_next == list_end) in qh_lines()
447 (hc32_to_cpup(ehci, &hw->hw_alt_next) >> 1) & 0x0f); in qh_lines()
461 if (td->hw_alt_next == ehci->async->hw->hw_alt_next) in qh_lines()
463 else if (td->hw_alt_next != list_end) in qh_lines()
Dehci-q.c100 hw->hw_alt_next = EHCI_LIST_END(ehci); in qh_update()
415 && !(qtd->hw_alt_next in qh_completions()
472 && (qtd->hw_alt_next in qh_completions()
678 qtd->hw_alt_next = ehci->async->hw->hw_alt_next; in qh_urb_transaction()
708 qtd->hw_alt_next = EHCI_LIST_END(ehci); in qh_urb_transaction()
1234 qtd->hw_alt_next = EHCI_LIST_END(ehci); in submit_single_step_set_feature()
Dehci-mem.c45 qtd->hw_alt_next = EHCI_LIST_END(ehci); in ehci_qtd_init()
226 hw->hw_alt_next = EHCI_LIST_END(ehci); in ehci_mem_init()
Doxu210hp.h206 __le32 hw_alt_next; /* see EHCI 3.5.2 */ member
291 __le32 hw_alt_next; member
Dfotg210.h319 __hc32 hw_alt_next; /* see EHCI 3.5.2 */ member
427 __hc32 hw_alt_next; member
Dfotg210-hcd.c130 hc32_to_cpup(fotg210, &qtd->hw_alt_next), in dbg_qtd()
382 if ((hw->hw_alt_next & QTD_MASK(fotg210)) == in qh_lines()
383 fotg210->async->hw->hw_alt_next) in qh_lines()
385 else if (hw->hw_alt_next == list_end) in qh_lines()
400 (hc32_to_cpup(fotg210, &hw->hw_alt_next) >> 1) & 0x0f); in qh_lines()
413 if (td->hw_alt_next == fotg210->async->hw->hw_alt_next) in qh_lines()
415 else if (td->hw_alt_next != list_end) in qh_lines()
1840 qtd->hw_alt_next = FOTG210_LIST_END(fotg210); in fotg210_qtd_init()
2069 hw->hw_alt_next = FOTG210_LIST_END(fotg210); in qh_update()
2394 !(qtd->hw_alt_next & in qh_completions()
[all …]
Dehci.h299 __hc32 hw_alt_next; /* see EHCI 3.5.2 */ member
406 __hc32 hw_alt_next; member
Doxu210hp-hcd.c557 qtd->hw_alt_next = EHCI_LIST_END; in ehci_qtd_init()
593 qtd->hw_alt_next = EHCI_LIST_END; in ehci_qtd_alloc()
827 qh->hw_alt_next = EHCI_LIST_END; in qh_update()
1056 !(qtd->hw_alt_next & EHCI_LIST_END)) { in qh_completions()
1284 qtd->hw_alt_next = oxu->async->hw_alt_next; in qh_urb_transaction()
1312 qtd->hw_alt_next = EHCI_LIST_END; in qh_urb_transaction()
2637 oxu->async->hw_alt_next = QTD_NEXT(oxu->async->dummy->qtd_dma); in oxu_hcd_init()
Dehci-hcd.c533 hw->hw_alt_next = QTD_NEXT(ehci, ehci->async->dummy->qtd_dma); in ehci_init()