Lines Matching refs:hw_alt_next
120 hc32_to_cpup(fotg210, &qtd->hw_alt_next),
350 /* tries to advance through hw_alt_next */
372 if ((hw->hw_alt_next & QTD_MASK(fotg210)) ==
373 fotg210->async->hw->hw_alt_next)
375 else if (hw->hw_alt_next == list_end)
390 (hc32_to_cpup(fotg210, &hw->hw_alt_next) >> 1) & 0x0f);
403 if (td->hw_alt_next == fotg210->async->hw->hw_alt_next)
405 else if (td->hw_alt_next != list_end)
1811 qtd->hw_alt_next = FOTG210_LIST_END(fotg210);
2038 hw->hw_alt_next = FOTG210_LIST_END(fotg210);
2361 !(qtd->hw_alt_next &
2411 (qtd->hw_alt_next &
2616 qtd->hw_alt_next = fotg210->async->hw->hw_alt_next;
2646 qtd->hw_alt_next = FOTG210_LIST_END(fotg210);
4956 * its dummy is used in hw_alt_next of many tds, to prevent the qh
4966 hw->hw_alt_next = QTD_NEXT(fotg210, fotg210->async->dummy->qtd_dma);