Home
last modified time | relevance | path

Searched refs:DMA_MEMORY_TO_MEMORY (Results 1 – 2 of 2) sorted by relevance

/hal_intel-3.5.0/bsp_sedi/include/driver/
Dsedi_driver_dma.h80 DMA_MEMORY_TO_MEMORY = 0x0, /**< Memory to memory transfer. */ enumerator
133 BUILD_LL_CTRL_REG(DMA_MEMORY_TO_MEMORY, src_burst, dst_burst, \
/hal_intel-3.5.0/bsp_sedi/drivers/dma/
Dsedi_dma_ann_1p0.c375 if (config->direction != DMA_MEMORY_TO_MEMORY) { in dma_apply_other_regs()
404 (config->direction == DMA_MEMORY_TO_MEMORY)) { in dma_apply_other_regs()
416 (config->direction == DMA_MEMORY_TO_MEMORY)) { in dma_apply_other_regs()
492 case DMA_MEMORY_TO_MEMORY: in dma_channel_apply_config()