Home
last modified time | relevance | path

Searched refs:MEMORY_TO_MEMORY (Results 1 – 25 of 32) sorted by relevance

12

/Zephyr-latest/drivers/dma/
Ddma_sedi.c139 *sedi_dma_dir = MEMORY_TO_MEMORY; in dma_config_convert()
141 case MEMORY_TO_MEMORY: in dma_config_convert()
170 uint8_t direction = MEMORY_TO_MEMORY; in dma_sedi_apply_common_config()
183 if (direction == MEMORY_TO_MEMORY) { in dma_sedi_apply_common_config()
Ddma_stm32_bdma.c386 case MEMORY_TO_MEMORY: in bdma_stm32_get_direction()
517 if ((config->channel_direction == MEMORY_TO_MEMORY) && in bdma_stm32_configure()
567 if (channel->direction == MEMORY_TO_PERIPHERAL || channel->direction == MEMORY_TO_MEMORY) { in bdma_stm32_configure()
574 if (channel->direction == PERIPHERAL_TO_MEMORY || channel->direction == MEMORY_TO_MEMORY) { in bdma_stm32_configure()
609 case MEMORY_TO_MEMORY: in bdma_stm32_configure()
700 case MEMORY_TO_MEMORY: in bdma_stm32_reload()
Ddma_stm32.c196 case MEMORY_TO_MEMORY: in dma_stm32_get_direction()
325 if ((config->channel_direction == MEMORY_TO_MEMORY) && in dma_stm32_configure()
402 case MEMORY_TO_MEMORY: in dma_stm32_configure()
457 if (config->channel_direction != MEMORY_TO_MEMORY) { in dma_stm32_configure()
540 case MEMORY_TO_MEMORY: in dma_stm32_reload()
Ddma_dw_common.c115 case MEMORY_TO_MEMORY: in dw_dma_mask_address()
214 case MEMORY_TO_MEMORY: in dw_dma_config()
246 case MEMORY_TO_MEMORY: in dw_dma_config()
284 case MEMORY_TO_MEMORY: in dw_dma_config()
836 if (chan_data->direction == MEMORY_TO_MEMORY || in dw_dma_get_status()
Ddma_gd32.c411 if (dma_cfg->channel_direction == MEMORY_TO_MEMORY && !cfg->mem2mem) { in dma_gd32_config()
435 case MEMORY_TO_MEMORY: in dma_gd32_config()
476 if (dma_cfg->channel_direction != MEMORY_TO_MEMORY) { in dma_gd32_config()
510 case MEMORY_TO_MEMORY: in dma_gd32_reload()
Ddma_sam0.c105 if (config->channel_direction == MEMORY_TO_MEMORY) { in dma_sam0_config()
139 if (config->channel_direction == MEMORY_TO_MEMORY) { in dma_sam0_config()
Ddma_sam_xdmac.c230 case MEMORY_TO_MEMORY: in sam_xdmac_config()
389 status->dir = MEMORY_TO_MEMORY; in sam_xdmac_get_status()
Ddma_nios2_msgdma.c111 if (dev_data->direction == MEMORY_TO_MEMORY) { in nios2_msgdma_config()
Ddma_mchp_xec.c222 if (!((config->channel_direction == MEMORY_TO_MEMORY) || in is_dma_config_valid()
397 if (config->channel_direction == MEMORY_TO_MEMORY) { in dma_xec_configure()
609 status->dir = MEMORY_TO_MEMORY; in dma_xec_get_status()
Ddma_mcux_pxp.c63 if (config->channel_direction != MEMORY_TO_MEMORY) { in dma_mcux_pxp_configure()
Ddma_nxp_edma.h288 case MEMORY_TO_MEMORY: in get_transfer_type()
Ddma_esp32_gdma.c328 dma_channel->periph_id = config_dma->channel_direction == MEMORY_TO_MEMORY in dma_esp32_config()
335 case MEMORY_TO_MEMORY: in dma_esp32_config()
Ddma_silabs_ldma.c349 case MEMORY_TO_MEMORY: in dma_silabs_configure()
Ddma_nxp_sdma.c148 case MEMORY_TO_MEMORY: in sdma_set_transfer_type()
Ddma_andes_atcdmac300.c227 case MEMORY_TO_MEMORY: in dma_atcdmac300_config()
Ddma_xmc4xxx.c146 if (config->channel_direction != MEMORY_TO_MEMORY && in dma_xmc4xxx_config()
/Zephyr-latest/tests/boards/altera_max10/msgdma/src/
Ddma.c56 dma_cfg.channel_direction = MEMORY_TO_MEMORY; in ZTEST()
/Zephyr-latest/tests/drivers/dma/loop_transfer/src/
Dtest_dma_loop.c107 dma_cfg.channel_direction = MEMORY_TO_MEMORY; in test_loop()
198 dma_cfg.channel_direction = MEMORY_TO_MEMORY; in test_loop_suspend_resume()
373 dma_cfg.channel_direction = MEMORY_TO_MEMORY; in test_loop_repeated_start_stop()
/Zephyr-latest/tests/drivers/dma/chan_blen_transfer/src/
Dtest_dma.c45 dma_cfg.channel_direction = MEMORY_TO_MEMORY; in test_task()
/Zephyr-latest/tests/drivers/dma/chan_link_transfer/src/
Dtest_dma.c67 dma_cfg.channel_direction = MEMORY_TO_MEMORY; in test_task()
/Zephyr-latest/tests/drivers/dma/scatter_gather/src/
Dtest_dma_sg.c75 dma_cfg.channel_direction = MEMORY_TO_MEMORY; in test_sg()
/Zephyr-latest/include/zephyr/drivers/
Ddma.h38 MEMORY_TO_MEMORY = 0x0, enumerator
/Zephyr-latest/drivers/mipi_dbi/
Dmipi_dbi_nxp_flexio_lcdif.c468 .channel_direction = MEMORY_TO_MEMORY, \
/Zephyr-latest/drivers/pcie/endpoint/
Dpcie_ep_iproc.c197 dma_cfg.channel_direction = MEMORY_TO_MEMORY; in iproc_pcie_pl330_dma_xfer()
/Zephyr-latest/drivers/display/
Ddisplay_mcux_elcdif.c185 pxp_dma.channel_direction = MEMORY_TO_MEMORY; in mcux_elcdif_write()

12