Searched refs:CCR_SUSP (Results 1 – 1 of 1) sorted by relevance
102 #define CCR_SUSP BIT(2) macro820 ccr |= CCR_SUSP; in stm32_dma3_chan_suspend()822 ccr &= ~CCR_SUSP; in stm32_dma3_chan_suspend()883 writel_relaxed(swdesc->ccr | CCR_SUSP, ddata->base + STM32_DMA3_CCR(chan->id)); in stm32_dma3_chan_set_residue()986 if (!(ccr & CCR_SUSP) && (ccr & CCR_EN)) { in stm32_dma3_chan_stop()