Searched refs:dma_requests (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/drivers/dma/ |
D | dmamux_stm32.c | 313 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), \
|
D | dma_mchp_xec.c | 114 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), \
|
D | dma_mcux_edma.c | 40 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), \
|
D | dma_emul.c | 572 #define DMA_EMUL_INST_NUM_REQUESTS(_inst) DT_INST_PROP_OR(_inst, dma_requests, 1)
|