Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dehci-dbg.c84 hc32_to_cpup(ehci, &qtd->hw_alt_next), in dbg_qtd()
389 if ((hw->hw_alt_next & QTD_MASK(ehci)) in qh_lines()
390 == ehci->async->hw->hw_alt_next) in qh_lines()
392 else if (hw->hw_alt_next == list_end) in qh_lines()
408 (hc32_to_cpup(ehci, &hw->hw_alt_next) >> 1) & 0x0f, in qh_lines()
427 if (td->hw_alt_next == ehci->async->hw->hw_alt_next) in qh_lines()
429 else if (td->hw_alt_next != list_end) in qh_lines()
Dehci-mem.c32 qtd->hw_alt_next = EHCI_LIST_END(ehci); in ehci_qtd_init()
205 hw->hw_alt_next = EHCI_LIST_END(ehci); in ehci_mem_init()
Dehci-q.c83 hw->hw_alt_next = EHCI_LIST_END(ehci); in qh_update()
396 && !(qtd->hw_alt_next in qh_completions()
457 && (qtd->hw_alt_next in qh_completions()
658 qtd->hw_alt_next = ehci->async->hw->hw_alt_next; in qh_urb_transaction()
688 qtd->hw_alt_next = EHCI_LIST_END(ehci); in qh_urb_transaction()
1217 qtd->hw_alt_next = EHCI_LIST_END(ehci); in submit_single_step_set_feature()
Doxu210hp.h207 __le32 hw_alt_next; /* see EHCI 3.5.2 */ member
292 __le32 hw_alt_next; member
Dfotg210.h320 __hc32 hw_alt_next; /* see EHCI 3.5.2 */ member
428 __hc32 hw_alt_next; member
Dfotg210-hcd.c117 hc32_to_cpup(fotg210, &qtd->hw_alt_next), in dbg_qtd()
369 if ((hw->hw_alt_next & QTD_MASK(fotg210)) == in qh_lines()
370 fotg210->async->hw->hw_alt_next) in qh_lines()
372 else if (hw->hw_alt_next == list_end) in qh_lines()
387 (hc32_to_cpup(fotg210, &hw->hw_alt_next) >> 1) & 0x0f); in qh_lines()
400 if (td->hw_alt_next == fotg210->async->hw->hw_alt_next) in qh_lines()
402 else if (td->hw_alt_next != list_end) in qh_lines()
1810 qtd->hw_alt_next = FOTG210_LIST_END(fotg210); in fotg210_qtd_init()
2037 hw->hw_alt_next = FOTG210_LIST_END(fotg210); in qh_update()
2360 !(qtd->hw_alt_next & in qh_completions()
[all …]
Dehci.h290 __hc32 hw_alt_next; /* see EHCI 3.5.2 */ member
398 __hc32 hw_alt_next; member
Doxu210hp-hcd.c543 qtd->hw_alt_next = EHCI_LIST_END; in ehci_qtd_init()
579 qtd->hw_alt_next = EHCI_LIST_END; in ehci_qtd_alloc()
813 qh->hw_alt_next = EHCI_LIST_END; in qh_update()
1040 !(qtd->hw_alt_next & EHCI_LIST_END)) { in qh_completions()
1265 qtd->hw_alt_next = oxu->async->hw_alt_next; in qh_urb_transaction()
1293 qtd->hw_alt_next = EHCI_LIST_END; in qh_urb_transaction()
2615 oxu->async->hw_alt_next = QTD_NEXT(oxu->async->dummy->qtd_dma); in oxu_hcd_init()
Dehci-hcd.c528 hw->hw_alt_next = QTD_NEXT(ehci, ehci->async->dummy->qtd_dma); in ehci_init()