Searched refs:dw_edma_channel_setup (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/dw-edma/ |
H A D | dw-edma-core.c | 643 static int dw_edma_channel_setup(struct dw_edma_chip *chip, bool write, in dw_edma_channel_setup() function 901 err = dw_edma_channel_setup(chip, true, wr_alloc, rd_alloc); in dw_edma_probe() 906 err = dw_edma_channel_setup(chip, false, wr_alloc, rd_alloc); in dw_edma_probe()
|
/kernel/linux/linux-6.6/drivers/dma/dw-edma/ |
H A D | dw-edma-core.c | 710 static int dw_edma_channel_setup(struct dw_edma *dw, u32 wr_alloc, u32 rd_alloc) in dw_edma_channel_setup() function 965 err = dw_edma_channel_setup(dw, wr_alloc, rd_alloc); in dw_edma_probe()
|
Completed in 3 milliseconds