Searched refs:dma_burst (Results 1 – 1 of 1) sorted by relevance
1250 int dma_burst, i; in stm32_dma_prep_dma_memcpy() local1268 dma_burst = stm32_dma_get_burst(chan, best_burst); in stm32_dma_prep_dma_memcpy()1269 if (dma_burst < 0) { in stm32_dma_prep_dma_memcpy()1277 FIELD_PREP(STM32_DMA_SCR_PBURST_MASK, dma_burst) | in stm32_dma_prep_dma_memcpy()1278 FIELD_PREP(STM32_DMA_SCR_MBURST_MASK, dma_burst) | in stm32_dma_prep_dma_memcpy()