Home
last modified time | relevance | path

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

/linux/drivers/dma/stm32/
H A Dstm32-dma.c72 #define STM32_DMA_SCR_TCIE BIT(4) /* Transfer Complete Int Enable macro
81 #define STM32_DMA_SCR_IRQ_MASK (STM32_DMA_SCR_TCIE \
588 reg->dma_scr &= ~STM32_DMA_SCR_TCIE; in stm32_dma_start_transfer()
792 if (scr & STM32_DMA_SCR_TCIE) { in stm32_dma_chan_irq()
1281 STM32_DMA_SCR_TCIE | in stm32_dma_prep_dma_memcpy()
1511 chan->chan_reg.dma_scr |= STM32_DMA_SCR_TEIE | STM32_DMA_SCR_TCIE; in stm32_dma_set_config()