Home
last modified time | relevance | path

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

/linux/drivers/dma/stm32/ !
H A Dstm32-dma3.c100 #define CCR_EN BIT(0) macro
800 writel_relaxed(ccr | CCR_EN, ddata->base + STM32_DMA3_CCR(id)); in stm32_dma3_chan_start()
810 u32 csr, ccr = readl_relaxed(ddata->base + STM32_DMA3_CCR(chan->id)) & ~CCR_EN; in stm32_dma3_chan_suspend()
835 u32 ccr = readl_relaxed(ddata->base + STM32_DMA3_CCR(chan->id)) & ~CCR_EN; in stm32_dma3_chan_reset()
978 writel_relaxed(ccr & ~(CCR_ALLIE | CCR_EN), ddata->base + STM32_DMA3_CCR(chan->id)); in stm32_dma3_chan_stop()
980 if (!(ccr & CCR_SUSP) && (ccr & CCR_EN)) { in stm32_dma3_chan_stop()
989 * internal state, the reset of CCR_EN and CCR_SUSP bits. in stm32_dma3_chan_stop()