Home
last modified time | relevance | path

Searched refs:source_gather_en (Results 1 – 10 of 10) 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 && (block_config->source_gather_interval != 0)) { in dma_mcux_lpc_configure()
427 if (block_config->source_gather_en) { in dma_mcux_lpc_configure()
Ddma_xmc4xxx.c172 if (block->source_gather_en && block->source_gather_count > 0) { in dma_xmc4xxx_reg_ctll()
236 if (block->source_gather_en || block->dest_scatter_en || config->block_count != 1 || in dma_xmc4xxx_config()
Ddma_mcux_edma.c368 if (block_config->source_gather_en || block_config->dest_scatter_en) { in dma_mcux_edma_configure()
429 if (block_config->source_gather_en || block_config->dest_scatter_en) { in dma_mcux_edma_configure()
Ddma_emul.c181 cfg->source_gather_count, cfg->block_size, cfg->next_block, cfg->source_gather_en, in dma_emul_block_config_to_string()
Ddma_silabs_ldma.c102 if ((block->source_gather_en || block->dest_scatter_en) && config->block_count == 1) { in dma_silabs_block_to_descriptor()
Ddma_wch.c114 dma_cfg->head_block->source_gather_en || dma_cfg->head_block->dest_scatter_en || in dma_wch_config()
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.c789 blk_cfg->source_gather_en = 1; in i2s_rx_stream_start()