Searched refs:DMA_PREP_LOAD_EOT (Results 1 – 5 of 5) sorted by relevance
292 by queuing a new transfer with the DMA_PREP_LOAD_EOT flag set.606 new transfer is queued on the same channel with the DMA_PREP_LOAD_EOT flag.608 DMA_PREP_LOAD_EOT flag set, the current transfer will be repeated until the614 - DMA_PREP_LOAD_EOT620 DMA_PREP_LOAD_EOT for non-repeated transfers will thus make no difference.623 DMA_PREP_LOAD_EOT flag on all transfers, otherwise the channel will keep625 queued. Failure to set DMA_PREP_LOAD_EOT will appear as if the channel was
1177 DMA_PREP_LOAD_EOT); in zynqmp_disp_layer_update()
214 DMA_PREP_LOAD_EOT = (1 << 9), enumerator
935 repeat_tx = repeat_tx && !(next_vd->tx.flags & DMA_PREP_LOAD_EOT); in xdma_channel_isr()
1302 if (!(flags & DMA_PREP_REPEAT) || !(flags & DMA_PREP_LOAD_EOT)) in xilinx_dpdma_prep_interleaved_dma()