Lines Matching refs:hw_alt_next
130 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()
1836 qtd->hw_alt_next = FOTG210_LIST_END(fotg210); in fotg210_qtd_init()
2065 hw->hw_alt_next = FOTG210_LIST_END(fotg210); in qh_update()
2390 !(qtd->hw_alt_next & in qh_completions()
2440 (qtd->hw_alt_next & in qh_completions()
2653 qtd->hw_alt_next = fotg210->async->hw->hw_alt_next; in qh_urb_transaction()
2683 qtd->hw_alt_next = FOTG210_LIST_END(fotg210); in qh_urb_transaction()
5009 hw->hw_alt_next = QTD_NEXT(fotg210, fotg210->async->dummy->qtd_dma); in hcd_fotg210_init()