Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/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
1003 if (flags & DMA_PREP_REPEAT && !test_bit(DMA_REPEAT, chan->device->cap_mask.bits)) { in dmaengine_prep_interleaved_dma()

Completed in 4 milliseconds