Lines Matching refs:hw_alt_next
119 hc32_to_cpup(fotg210, &qtd->hw_alt_next),
349 /* tries to advance through hw_alt_next */
371 if ((hw->hw_alt_next & QTD_MASK(fotg210)) ==
372 fotg210->async->hw->hw_alt_next)
374 else if (hw->hw_alt_next == list_end)
389 (hc32_to_cpup(fotg210, &hw->hw_alt_next) >> 1) & 0x0f);
402 if (td->hw_alt_next == fotg210->async->hw->hw_alt_next)
404 else if (td->hw_alt_next != list_end)
1811 qtd->hw_alt_next = FOTG210_LIST_END(fotg210);
2039 hw->hw_alt_next = FOTG210_LIST_END(fotg210);
2362 !(qtd->hw_alt_next &
2412 (qtd->hw_alt_next &
2617 qtd->hw_alt_next = fotg210->async->hw->hw_alt_next;
2647 qtd->hw_alt_next = FOTG210_LIST_END(fotg210);
4955 * its dummy is used in hw_alt_next of many tds, to prevent the qh
4965 hw->hw_alt_next = QTD_NEXT(fotg210, fotg210->async->dummy->qtd_dma);