Searched refs:DMA_PREP_LOAD_EOT (Results 1 – 4 of 4) sorted by relevance
292 by queuing a new transfer with the DMA_PREP_LOAD_EOT flag set.596 new transfer is queued on the same channel with the DMA_PREP_LOAD_EOT flag.598 DMA_PREP_LOAD_EOT flag set, the current transfer will be repeated until the604 - DMA_PREP_LOAD_EOT610 DMA_PREP_LOAD_EOT for non-repeated transfers will thus make no difference.613 DMA_PREP_LOAD_EOT flag on all transfers, otherwise the channel will keep615 queued. Failure to set DMA_PREP_LOAD_EOT will appear as if the channel was
1017 DMA_PREP_LOAD_EOT); in zynqmp_disp_layer_update()
204 DMA_PREP_LOAD_EOT = (1 << 9), enumerator
1206 if (!(flags & DMA_PREP_REPEAT) || !(flags & DMA_PREP_LOAD_EOT)) in xilinx_dpdma_prep_interleaved_dma()