Home
last modified time | relevance | path

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

/linux/drivers/dma/stm32/
H A Dstm32-dma3.c102 #define CCR_SUSP BIT(2) macro
820 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()