Searched refs:get_chan_max_dw (Results 1 – 1 of 1) sorted by relevance
235 #define get_chan_max_dw(maxdw, maxburst)((port_is_ahb(maxdw) || \ macro530 enum dma_slave_buswidth max_dw = get_chan_max_dw(port_max_dw, chan_max_burst); in stm32_dma3_get_max_dw()567 sdw = chan->dma_config.src_addr_width ? : get_chan_max_dw(sap, chan->max_burst); in stm32_dma3_chan_prep_hw()568 ddw = chan->dma_config.dst_addr_width ? : get_chan_max_dw(dap, chan->max_burst); in stm32_dma3_chan_prep_hw()1123 u32 dw = get_chan_max_dw(ddata->ports_max_dw[0], chan->max_burst); /* port 0 by default */ in stm32_dma3_init_chan_config_for_memcpy()