Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/dma/
H A Dstm32-dma.c207 u32 mem_burst; member
781 chan->mem_burst = src_best_burst; in stm32_dma_set_xfer_param()
799 chan->mem_burst = dst_best_burst; in stm32_dma_set_xfer_param()
1142 if (!chan->mem_burst) in stm32_dma_desc_residue()
1145 burst_size = chan->mem_burst * chan->mem_width; in stm32_dma_desc_residue()
H A Dstm32-mdma.c266 u32 mem_burst; member
578 chan->mem_burst = dst_best_burst; in stm32_mdma_set_xfer_param()
598 chan->mem_burst = src_best_burst; in stm32_mdma_set_xfer_param()
1293 if (!chan->mem_burst) in stm32_mdma_desc_residue()
1296 burst_size = chan->mem_burst * chan->mem_width; in stm32_mdma_desc_residue()