Searched refs:hw_alt_next (Results 1 – 11 of 11) sorted by relevance
/drivers/usb/host/ |
D | ehci-dbg.c | 111 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()
|
D | ehci-q.c | 96 hw->hw_alt_next = EHCI_LIST_END(ehci); in qh_update() 404 && !(qtd->hw_alt_next in qh_completions() 461 && (qtd->hw_alt_next in qh_completions() 667 qtd->hw_alt_next = ehci->async->hw->hw_alt_next; in qh_urb_transaction() 697 qtd->hw_alt_next = EHCI_LIST_END(ehci); in qh_urb_transaction() 1223 qtd->hw_alt_next = EHCI_LIST_END(ehci); in submit_single_step_set_feature()
|
D | ehci-mem.c | 45 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()
|
D | oxu210hp.h | 206 __le32 hw_alt_next; /* see EHCI 3.5.2 */ member 291 __le32 hw_alt_next; member
|
D | fotg210.h | 369 __hc32 hw_alt_next; /* see EHCI 3.5.2 */ member 477 __hc32 hw_alt_next; member
|
D | fusbh200.h | 361 __hc32 hw_alt_next; /* see EHCI 3.5.2 */ member 467 __hc32 hw_alt_next; member
|
D | fusbh200-hcd.c | 142 hc32_to_cpup(fusbh200, &qtd->hw_alt_next), in dbg_qtd() 386 if ((hw->hw_alt_next & QTD_MASK(fusbh200)) in qh_lines() 387 == fusbh200->async->hw->hw_alt_next) in qh_lines() 389 else if (hw->hw_alt_next == list_end) in qh_lines() 404 (hc32_to_cpup(fusbh200, &hw->hw_alt_next) >> 1) & 0x0f); in qh_lines() 417 if (td->hw_alt_next == fusbh200->async->hw->hw_alt_next) in qh_lines() 419 else if (td->hw_alt_next != list_end) in qh_lines() 1844 qtd->hw_alt_next = FUSBH200_LIST_END(fusbh200); in fusbh200_qtd_init() 2088 hw->hw_alt_next = FUSBH200_LIST_END(fusbh200); in qh_update() 2420 && !(qtd->hw_alt_next in qh_completions() [all …]
|
D | fotg210-hcd.c | 143 hc32_to_cpup(fotg210, &qtd->hw_alt_next), in dbg_qtd() 398 if ((hw->hw_alt_next & QTD_MASK(fotg210)) in qh_lines() 399 == fotg210->async->hw->hw_alt_next) in qh_lines() 401 else if (hw->hw_alt_next == list_end) in qh_lines() 416 (hc32_to_cpup(fotg210, &hw->hw_alt_next) >> 1) & 0x0f); in qh_lines() 429 if (td->hw_alt_next == fotg210->async->hw->hw_alt_next) in qh_lines() 431 else if (td->hw_alt_next != list_end) in qh_lines() 1892 qtd->hw_alt_next = FOTG210_LIST_END(fotg210); in fotg210_qtd_init() 2136 hw->hw_alt_next = FOTG210_LIST_END(fotg210); in qh_update() 2470 && !(qtd->hw_alt_next in qh_completions() [all …]
|
D | ehci.h | 298 __hc32 hw_alt_next; /* see EHCI 3.5.2 */ member 405 __hc32 hw_alt_next; member
|
D | oxu210hp-hcd.c | 557 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() 2639 oxu->async->hw_alt_next = QTD_NEXT(oxu->async->dummy->qtd_dma); in oxu_hcd_init()
|
D | ehci-hcd.c | 526 hw->hw_alt_next = QTD_NEXT(ehci, ehci->async->dummy->qtd_dma); in ehci_init()
|