Home
last modified time | relevance | path

Searched refs:source_gather_en (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/tests/drivers/dma/scatter_gather/src/
Dtest_dma_sg.c103 dma_block_cfgs[i].source_gather_en = 1U; in test_sg()
/Zephyr-latest/drivers/dma/
Ddma_mcux_lpc.c361 if (block_config->source_gather_en && block_config->dest_scatter_en) { in dma_mcux_lpc_configure()
405 if (block_config->source_gather_en) { in dma_mcux_lpc_configure()
427 if (block_config->source_gather_en) { in dma_mcux_lpc_configure()
Ddma_xmc4xxx.c158 if (block->source_gather_en || block->dest_scatter_en) { in dma_xmc4xxx_config()
271 if (block->source_gather_en) { in dma_xmc4xxx_config()
Ddma_silabs_ldma.c100 if ((block->source_gather_en || block->dest_scatter_en) && config->block_count == 1) { in dma_silabs_block_to_descriptor()
Ddma_mcux_edma.c346 if (block_config->source_gather_en || block_config->dest_scatter_en) { in dma_mcux_edma_configure()
407 if (block_config->source_gather_en || block_config->dest_scatter_en) { in dma_mcux_edma_configure()
Ddma_emul.c186 cfg->source_gather_count, cfg->block_size, cfg->next_block, cfg->source_gather_en, in dma_emul_block_config_to_string()
Ddma_smartbond.c556 cfg->head_block->source_gather_en || cfg->head_block->dest_scatter_en || in dma_smartbond_config()
/Zephyr-latest/include/zephyr/drivers/
Ddma.h131 uint16_t source_gather_en : 1; member
/Zephyr-latest/drivers/i2s/
Di2s_mcux_sai.c810 blk_cfg->source_gather_en = 1; in i2s_rx_stream_start()