Searched defs:ctr1 (Results 1 – 1 of 1) sorted by relevance
/linux-6.14.4/drivers/dma/stm32/ |
D | stm32-dma3.c | 245 u32 ctr1; member 466 u32 ctr1 = readl_relaxed(ddata->base + STM32_DMA3_CTR1(chan->id)); in stm32_dma3_check_user_setting() local 496 u32 ctr1, u32 ctr2, bool is_last, bool is_cyclic) in stm32_dma3_chan_prep_hwdesc() 563 u32 *ccr, u32 *ctr1, u32 *ctr2, in stm32_dma3_chan_prep_hw() 1203 u32 count, i, ctr1, ctr2; in stm32_dma3_prep_dma_memcpy() local 1262 u32 i, j, count, ctr1, ctr2; in stm32_dma3_prep_slave_sg() local 1350 u32 count, i, ctr1, ctr2; in stm32_dma3_prep_dma_cyclic() local
|