Home
last modified time | relevance | path

Searched refs:dmamux_requests (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/dma/
H A Dstm32-dmamux.c40 u32 dmamux_requests; /* Number of DMA requests routed toward DMAs */ member
99 if (dma_spec->args[0] > dmamux->dmamux_requests) { in stm32_dmamux_route_allocate()
240 &stm32_dmamux->dmamux_requests)) { in stm32_dmamux_probe()
241 stm32_dmamux->dmamux_requests = STM32_DMAMUX_MAX_REQUESTS; in stm32_dmamux_probe()
243 stm32_dmamux->dmamux_requests); in stm32_dmamux_probe()
/kernel/linux/linux-6.6/drivers/dma/
H A Dstm32-dmamux.c42 u32 dmamux_requests; /* Number of DMA requests routed toward DMAs */ member
101 if (dma_spec->args[0] > dmamux->dmamux_requests) { in stm32_dmamux_route_allocate()
235 &stm32_dmamux->dmamux_requests)) { in stm32_dmamux_probe()
236 stm32_dmamux->dmamux_requests = STM32_DMAMUX_MAX_REQUESTS; in stm32_dmamux_probe()
238 stm32_dmamux->dmamux_requests); in stm32_dmamux_probe()

Completed in 1 milliseconds