Searched refs:STM32_DMA3_CSR (Results 1 – 1 of 1) sorted by relevance
36 #define STM32_DMA3_CSR(x) (0x60 + 0x80 * (x)) macro355 offset = STM32_DMA3_CSR(id); in stm32_dma3_chan_dump_reg()799 csr = readl_relaxed(ddata->base + STM32_DMA3_CSR(id)); in stm32_dma3_chan_start()827 ret = readl_relaxed_poll_timeout_atomic(ddata->base + STM32_DMA3_CSR(chan->id), csr, in stm32_dma3_chan_suspend()880 csr = readl_relaxed(ddata->base + STM32_DMA3_CSR(chan->id)); in stm32_dma3_chan_set_residue()884 ret = readl_relaxed_poll_timeout_atomic(ddata->base + STM32_DMA3_CSR(chan->id), csr, in stm32_dma3_chan_set_residue()1026 csr = readl_relaxed(ddata->base + STM32_DMA3_CSR(chan->id)); in stm32_dma3_chan_irq()