Searched refs:STM32_MDMA_CIFCR (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | stm32-mdma.c | 54 #define STM32_MDMA_CIFCR(x) (0x44 + 0x40 * (x)) macro 470 stm32_mdma_set_bits(dmadev, STM32_MDMA_CIFCR(chan->id), status); in stm32_mdma_stop() 1148 stm32_mdma_set_bits(dmadev, STM32_MDMA_CIFCR(id), status); in stm32_mdma_start_transfer() 1223 stm32_mdma_set_bits(dmadev, STM32_MDMA_CIFCR(chan->id), status); in stm32_mdma_resume() 1384 reg = STM32_MDMA_CIFCR(id); in stm32_mdma_irq_handler()
|
/kernel/linux/linux-6.6/drivers/dma/ |
H A D | stm32-mdma.c | 47 #define STM32_MDMA_CIFCR(x) (0x44 + 0x40 * (x)) macro 450 stm32_mdma_set_bits(dmadev, STM32_MDMA_CIFCR(chan->id), status); in stm32_mdma_stop() 1176 stm32_mdma_set_bits(dmadev, STM32_MDMA_CIFCR(id), status); in stm32_mdma_start_transfer() 1251 stm32_mdma_set_bits(dmadev, STM32_MDMA_CIFCR(chan->id), status); in stm32_mdma_resume() 1434 reg = STM32_MDMA_CIFCR(id); in stm32_mdma_irq_handler()
|
Completed in 6 milliseconds