Lines Matching refs:hw_alt_next
120 hc32_to_cpup(fotg210, &qtd->hw_alt_next), in dbg_qtd()
372 if ((hw->hw_alt_next & QTD_MASK(fotg210)) == in qh_lines()
373 fotg210->async->hw->hw_alt_next) in qh_lines()
375 else if (hw->hw_alt_next == list_end) in qh_lines()
390 (hc32_to_cpup(fotg210, &hw->hw_alt_next) >> 1) & 0x0f); in qh_lines()
403 if (td->hw_alt_next == fotg210->async->hw->hw_alt_next) in qh_lines()
405 else if (td->hw_alt_next != list_end) in qh_lines()
1815 qtd->hw_alt_next = FOTG210_LIST_END(fotg210); in fotg210_qtd_init()
2043 hw->hw_alt_next = FOTG210_LIST_END(fotg210); in qh_update()
2366 !(qtd->hw_alt_next & in qh_completions()
2416 (qtd->hw_alt_next & in qh_completions()
2621 qtd->hw_alt_next = fotg210->async->hw->hw_alt_next; in qh_urb_transaction()
2651 qtd->hw_alt_next = FOTG210_LIST_END(fotg210); in qh_urb_transaction()
4970 hw->hw_alt_next = QTD_NEXT(fotg210, fotg210->async->dummy->qtd_dma); in hcd_fotg210_init()