Home
last modified time | relevance | path

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

/linux/drivers/dma/ti/
H A Ddma-crossbar.c44 u32 dma_requests; /* number of DMA requests on eDMA */ member
93 if (dma_spec->args[0] >= xbar->dma_requests) { in ti_am335x_xbar_route_allocate()
161 &xbar->dma_requests)) { in ti_am335x_xbar_probe()
165 xbar->dma_requests = TI_AM335X_XBAR_LINES; in ti_am335x_xbar_probe()
188 for (i = 0; i < xbar->dma_requests; i++) in ti_am335x_xbar_probe()
210 u32 dma_requests; /* number of DMA requests forwarded to DMA */ member
270 xbar->dma_requests); in ti_dra7_xbar_route_allocate()
271 if (map->xbar_out == xbar->dma_requests) { in ti_dra7_xbar_route_allocate()
356 &xbar->dma_requests)) { in ti_dra7_xbar_probe()
360 xbar->dma_requests = TI_DRA7_XBAR_OUTPUTS; in ti_dra7_xbar_probe()
[all …]
/linux/drivers/dma/stm32/
H A Dstm32-dmamux.c41 u32 dma_requests; /* Number of DMA requests connected to DMAMUX */ member
113 dmamux->dma_requests); in stm32_dmamux_route_allocate()
115 if (mux->chan_id == dmamux->dma_requests) { in stm32_dmamux_route_allocate()
231 stm32_dmamux->dma_requests = dma_req; in stm32_dmamux_probe()
281 for (i = 0; i < stm32_dmamux->dma_requests; i++) in stm32_dmamux_probe()
339 for (i = 0; i < stm32_dmamux->dma_requests; i++) in stm32_dmamux_suspend()
364 for (i = 0; i < stm32_dmamux->dma_requests; i++) in stm32_dmamux_resume()
/linux/drivers/dma/
H A Dat_xdmac.c2111 u32 dma_requests; in at_xdmac_axi_config() local
2117 &dma_requests)) { in at_xdmac_axi_config()