Searched refs:stm32_mdma_set_xfer_param (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/dma/ |
H A D | stm32-mdma.c | 473 static int stm32_mdma_set_xfer_param(struct stm32_mdma_chan *chan, in stm32_mdma_set_xfer_param() function 752 ret = stm32_mdma_set_xfer_param(chan, direction, &ccr, in stm32_mdma_setup_xfer() 762 ret = stm32_mdma_set_xfer_param(chan, direction, &ccr, in stm32_mdma_setup_xfer() 886 ret = stm32_mdma_set_xfer_param(chan, direction, &ccr, &ctcr, in stm32_mdma_prep_dma_cyclic() 892 ret = stm32_mdma_set_xfer_param(chan, direction, &ccr, &ctcr, in stm32_mdma_prep_dma_cyclic()
|