Home
last modified time | relevance | path

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

/linux/drivers/dma/stm32/
H A Dstm32-dma3.c35 #define STM32_DMA3_CFCR(x) (0x5c + 0x80 * (x)) macro
766 writel_relaxed(csr, ddata->base + STM32_DMA3_CFCR(id)); in stm32_dma3_chan_start()
795 writel_relaxed(CFCR_SUSPF, ddata->base + STM32_DMA3_CFCR(chan->id)); in stm32_dma3_chan_suspend()
853 writel_relaxed(CFCR_SUSPF, ddata->base + STM32_DMA3_CFCR(chan->id)); in stm32_dma3_chan_set_residue()
878 writel_relaxed(CFCR_SUSPF, ddata->base + STM32_DMA3_CFCR(chan->id)); in stm32_dma3_chan_set_residue()
1030 writel_relaxed(csr, ddata->base + STM32_DMA3_CFCR(chan->id)); in stm32_dma3_chan_irq()