Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/dma/
H A Dstm32-dma.c73 #define STM32_DMA_SCR_TCIE BIT(4) /* Transfer Complete Int Enable macro
82 #define STM32_DMA_SCR_IRQ_MASK (STM32_DMA_SCR_TCIE \
589 reg->dma_scr &= ~STM32_DMA_SCR_TCIE; in stm32_dma_start_transfer()
793 if (scr & STM32_DMA_SCR_TCIE) { in stm32_dma_chan_irq()
1283 STM32_DMA_SCR_TCIE | in stm32_dma_prep_dma_memcpy()
1515 chan->chan_reg.dma_scr |= STM32_DMA_SCR_TEIE | STM32_DMA_SCR_TCIE; in stm32_dma_set_config()
/kernel/linux/linux-5.10/drivers/dma/
H A Dstm32-dma.c70 #define STM32_DMA_SCR_TCIE BIT(4) /* Transfer Complete Int Enable macro
79 #define STM32_DMA_SCR_IRQ_MASK (STM32_DMA_SCR_TCIE \
653 if (scr & STM32_DMA_SCR_TCIE) in stm32_dma_chan_irq()
1022 STM32_DMA_SCR_TCIE | in stm32_dma_prep_dma_memcpy()
1235 chan->chan_reg.dma_scr |= STM32_DMA_SCR_TEIE | STM32_DMA_SCR_TCIE; in stm32_dma_set_config()

Completed in 5 milliseconds