Home
last modified time | relevance | path

Searched refs:chan_max_burst (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/dma/stm32/
H A Dstm32-dma3.c526 static enum dma_slave_buswidth stm32_dma3_get_max_dw(u32 chan_max_burst, in stm32_dma3_get_max_dw() argument
530 enum dma_slave_buswidth max_dw = get_chan_max_dw(port_max_dw, chan_max_burst); in stm32_dma3_get_max_dw()
536 static u32 stm32_dma3_get_max_burst(u32 len, enum dma_slave_buswidth dw, u32 chan_max_burst) in stm32_dma3_get_max_burst() argument
538 u32 max_burst = chan_max_burst ? chan_max_burst / dw : 1; in stm32_dma3_get_max_burst()
541 if (len < chan_max_burst) in stm32_dma3_get_max_burst()