Searched refs:DMA_PREP_REPEAT (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Ddmaengine.h183 * @DMA_PREP_REPEAT: tell the driver that the transaction shall be automatically
188 * active repeated (as indicated by DMA_PREP_REPEAT) transaction when the
190 * transaction is marked with DMA_PREP_REPEAT will cause the new transaction
203 DMA_PREP_REPEAT = (1 << 8), enumerator in enum:dma_ctrl_flags
1020 if (flags & DMA_PREP_REPEAT &&
/linux-master/drivers/dma/xilinx/
H A Dxdma.c757 sw_desc->cyclic = flags & DMA_PREP_REPEAT;
932 repeat_tx = vd->tx.flags & DMA_PREP_REPEAT;
H A Dxilinx_dpdma.c1209 if (!(flags & DMA_PREP_REPEAT) || !(flags & DMA_PREP_LOAD_EOT))
/linux-master/drivers/gpu/drm/xlnx/
H A Dzynqmp_disp.c1016 DMA_PREP_REPEAT |

Completed in 294 milliseconds