Home
last modified time | relevance | path

Searched refs:MEMORY_TO_PERIPHERAL (Results 1 – 25 of 65) sorted by relevance

123

/Zephyr-latest/drivers/dma/
Ddma_intel_adsp_hda_link_out.c32 .direction = MEMORY_TO_PERIPHERAL, \
Ddma_nxp_sdma.c60 case MEMORY_TO_PERIPHERAL: in dma_nxp_sdma_init_stat()
151 case MEMORY_TO_PERIPHERAL: in sdma_set_transfer_type()
195 case MEMORY_TO_PERIPHERAL: in dma_nxp_sdma_callback()
395 if (chan_data->direction == MEMORY_TO_PERIPHERAL) in dma_nxp_sdma_reload()
Ddma_sam_xdmac.c216 && cfg->channel_direction == MEMORY_TO_PERIPHERAL) { in sam_xdmac_config()
237 case MEMORY_TO_PERIPHERAL: in sam_xdmac_config()
391 status->dir = MEMORY_TO_PERIPHERAL; in sam_xdmac_get_status()
Ddma_stm32_bdma.c389 case MEMORY_TO_PERIPHERAL: in bdma_stm32_get_direction()
567 if (channel->direction == MEMORY_TO_PERIPHERAL || channel->direction == MEMORY_TO_MEMORY) { in bdma_stm32_configure()
582 if (channel->direction == MEMORY_TO_PERIPHERAL) { in bdma_stm32_configure()
614 case MEMORY_TO_PERIPHERAL: in bdma_stm32_configure()
696 case MEMORY_TO_PERIPHERAL: in bdma_stm32_reload()
Ddma_stm32.c199 case MEMORY_TO_PERIPHERAL: in dma_stm32_get_direction()
375 if (stream->direction == MEMORY_TO_PERIPHERAL) { in dma_stm32_configure()
407 case MEMORY_TO_PERIPHERAL: in dma_stm32_configure()
536 case MEMORY_TO_PERIPHERAL: in dma_stm32_reload()
Ddma_intel_adsp_hda.c240 if (cfg->direction == MEMORY_TO_PERIPHERAL || cfg->direction == PERIPHERAL_TO_MEMORY) { in intel_adsp_hda_dma_status()
255 case MEMORY_TO_PERIPHERAL: in intel_adsp_hda_dma_status()
329 if (cfg->direction == MEMORY_TO_PERIPHERAL) { in intel_adsp_hda_dma_start()
Ddma_sedi.c142 case MEMORY_TO_PERIPHERAL: in dma_config_convert()
188 } else if (direction == MEMORY_TO_PERIPHERAL) { in dma_sedi_apply_common_config()
Ddma_xmc4xxx.c164 if (config->channel_direction == MEMORY_TO_PERIPHERAL) { in dma_xmc4xxx_reg_ctll()
225 config->channel_direction != MEMORY_TO_PERIPHERAL && in dma_xmc4xxx_config()
347 if (config->channel_direction == MEMORY_TO_PERIPHERAL || in dma_xmc4xxx_config()
384 if (config->channel_direction == MEMORY_TO_PERIPHERAL) { in dma_xmc4xxx_config()
Ddma_wch.c134 case MEMORY_TO_PERIPHERAL: in dma_wch_config()
148 if (dma_cfg->channel_direction == MEMORY_TO_PERIPHERAL) { in dma_wch_config()
358 status->dir = MEMORY_TO_PERIPHERAL; in dma_wch_get_status()
Ddma_nxp_edma.h291 case MEMORY_TO_PERIPHERAL: in get_transfer_type()
332 case MEMORY_TO_PERIPHERAL: in edma_set_channel_type()
Ddma_nios2_msgdma.c118 } else if (dev_data->direction == MEMORY_TO_PERIPHERAL) { in nios2_msgdma_config()
Ddma_silabs_siwx91x.c58 if (dir == MEMORY_TO_PERIPHERAL || dir == PERIPHERAL_TO_MEMORY) { in siwx91x_transfer_direction()
340 stat->dir = MEMORY_TO_PERIPHERAL; in siwx91x_dma_get_status()
Ddma_silabs_ldma.c155 config->channel_direction == MEMORY_TO_PERIPHERAL) { in dma_silabs_block_to_descriptor()
374 case MEMORY_TO_PERIPHERAL: in dma_silabs_configure()
Ddma_dw_common.h173 (((dir) == MEMORY_TO_PERIPHERAL) ? ((lli)->sar) : ((lli)->dar))
Ddma_ifx_cat1.c240 } else if (config->channel_direction == MEMORY_TO_PERIPHERAL) { in _initialize_descriptor()
428 (data->channels[channel].channel_direction == MEMORY_TO_PERIPHERAL)) { in ifx_cat1_dma_start()
Ddma_gd32.c445 case MEMORY_TO_PERIPHERAL: in dma_gd32_config()
515 case MEMORY_TO_PERIPHERAL: in dma_gd32_reload()
Ddma_mchp_xec.c223 (config->channel_direction == MEMORY_TO_PERIPHERAL) || in is_dma_config_valid()
611 status->dir = MEMORY_TO_PERIPHERAL; in dma_xec_get_status()
Ddma_esp32_gdma.c346 case MEMORY_TO_PERIPHERAL: in dma_esp32_config()
474 status->dir = MEMORY_TO_PERIPHERAL; in dma_esp32_get_status()
Ddma_sam0.c146 } else if ((config->channel_direction == MEMORY_TO_PERIPHERAL) || in dma_sam0_config()
Ddma_dw_common.c109 case MEMORY_TO_PERIPHERAL: in dw_dma_mask_address()
299 case MEMORY_TO_PERIPHERAL: in dw_dma_config()
Ddma_intel_adsp_gpdma.c158 case MEMORY_TO_PERIPHERAL: in intel_adsp_gpdma_config()
/Zephyr-latest/drivers/spi/spi_nxp_lpspi/
Dspi_nxp_lpspi_dma.c64 stream->dma_cfg.channel_direction = MEMORY_TO_PERIPHERAL; in spi_mcux_dma_tx_load()
314 .dma_cfg = {.channel_direction = MEMORY_TO_PERIPHERAL, \
/Zephyr-latest/include/zephyr/drivers/
Ddma.h40 MEMORY_TO_PERIPHERAL, enumerator
/Zephyr-latest/tests/boards/intel_adsp/ssp/src/
Dmain.c107 dma_cfg.channel_direction = MEMORY_TO_PERIPHERAL; in config_output_dma()
/Zephyr-latest/drivers/crypto/
Dcrypto_si32.c347 .channel_direction = MEMORY_TO_PERIPHERAL, in crypto_si32_dma_setup_tx()
512 .channel_direction = MEMORY_TO_PERIPHERAL, in crypto_si32_dma_setup_xor()

123