Home
last modified time | relevance | path

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

/linux/drivers/dma/stm32/
H A Dstm32-dma3.c562 u32 dap = FIELD_GET(STM32_DMA3_DT_DAP, tr_conf), dap_max_dw; in stm32_dma3_chan_prep_hw() local
584 dap_max_dw = ddata->ports_max_dw[dap]; in stm32_dma3_chan_prep_hw()
586 (port_is_ahb(dap_max_dw) && ddw == DMA_SLAVE_BUSWIDTH_8_BYTES)) { in stm32_dma3_chan_prep_hw()
618 ddw = min_t(u32, ddw, stm32_dma3_get_max_dw(chan->max_burst, dap_max_dw, in stm32_dma3_chan_prep_hw()
653 ddw = stm32_dma3_get_max_dw(chan->max_burst, dap_max_dw, len, dst_addr); in stm32_dma3_chan_prep_hw()
691 ddw = stm32_dma3_get_max_dw(chan->max_burst, dap_max_dw, len, dst_addr); in stm32_dma3_chan_prep_hw()