Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/dma/
Ddmamux_stm32.c313 DT_PROP_OR(DT_NODELABEL(dma1), dma_requests, 0))
319 DT_PROP_OR(DT_NODELABEL(dma2), dma_requests, 0))
325 DT_PROP_OR(DT_NODELABEL(bdma1), dma_requests, 0))
385 .req_nb = DT_INST_PROP(index, dma_requests), \
Ddma_mchp_xec.c114 uint8_t dma_requests; member
212 if (config->dma_slot >= (uint32_t)devcfg->dma_requests) { in is_dma_config_valid()
807 BUILD_ASSERT(DT_INST_PROP(i, dma_requests) <= 16, "XEC DMA dma-requests > 16"); \
828 .dma_requests = DT_INST_PROP(i, dma_requests), \
Ddma_mcux_edma.c40 int dma_requests; member
299 if (slot >= DEV_CFG(dev)->dma_requests) { in dma_mcux_edma_configure()
934 .dma_requests = DT_INST_PROP(n, dma_requests), \
Ddma_emul.c572 #define DMA_EMUL_INST_NUM_REQUESTS(_inst) DT_INST_PROP_OR(_inst, dma_requests, 1)