Searched refs:DMA_PREP_LOAD_EOT (Results 1 – 4 of 4) sorted by relevance
273 by queuing a new transfer with the DMA_PREP_LOAD_EOT flag set.577 new transfer is queued on the same channel with the DMA_PREP_LOAD_EOT flag.579 DMA_PREP_LOAD_EOT flag set, the current transfer will be repeated until the585 - DMA_PREP_LOAD_EOT591 DMA_PREP_LOAD_EOT for non-repeated transfers will thus make no difference.594 DMA_PREP_LOAD_EOT flag on all transfers, otherwise the channel will keep596 queued. Failure to set DMA_PREP_LOAD_EOT will appear as if the channel was
204 DMA_PREP_LOAD_EOT = (1 << 9), enumerator
1126 DMA_PREP_LOAD_EOT); in zynqmp_disp_layer_update()
1207 if (!(flags & DMA_PREP_REPEAT) || !(flags & DMA_PREP_LOAD_EOT)) in xilinx_dpdma_prep_interleaved_dma()