Home
last modified time | relevance | path

Searched refs:MEMORY_TO_PERIPHERAL (Results 1 – 25 of 57) 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()
384 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.c147 config->channel_direction != MEMORY_TO_PERIPHERAL && in dma_xmc4xxx_config()
221 if (config->channel_direction == MEMORY_TO_PERIPHERAL || in dma_xmc4xxx_config()
258 if (config->channel_direction == MEMORY_TO_PERIPHERAL) { in dma_xmc4xxx_config()
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_dw_common.h173 (((dir) == MEMORY_TO_PERIPHERAL) ? ((lli)->sar) : ((lli)->dar))
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_sam0.c146 } else if ((config->channel_direction == MEMORY_TO_PERIPHERAL) || in dma_sam0_config()
Ddma_esp32_gdma.c356 case MEMORY_TO_PERIPHERAL: in dma_esp32_config()
483 status->dir = MEMORY_TO_PERIPHERAL; in dma_esp32_get_status()
Ddma_dw_common.c109 case MEMORY_TO_PERIPHERAL: in dw_dma_mask_address()
299 case MEMORY_TO_PERIPHERAL: in dw_dma_config()
Ddma_silabs_ldma.c352 case MEMORY_TO_PERIPHERAL: in dma_silabs_configure()
Ddma_intel_adsp_gpdma.c158 case MEMORY_TO_PERIPHERAL: in intel_adsp_gpdma_config()
Ddma_andes_atcdmac300.c229 case MEMORY_TO_PERIPHERAL: in dma_atcdmac300_config()
Ddma_iproc_pax_v2.c818 case MEMORY_TO_PERIPHERAL: in dma_iproc_pax_gen_packets()
987 dma_iproc_pax_gen_packets(dev, ring, MEMORY_TO_PERIPHERAL, &sync_pl, in dma_iproc_pax_process_dma_blocks()
/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/spi/
Dspi_mcux_lpspi.c322 stream->dma_cfg.channel_direction = MEMORY_TO_PERIPHERAL; in spi_mcux_dma_tx_load()
811 .dma_cfg = {.channel_direction = MEMORY_TO_PERIPHERAL, \
/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()
/Zephyr-latest/drivers/mipi_dsi/
Ddsi_mcux_2l.c117 dma_cfg.channel_direction = MEMORY_TO_PERIPHERAL; in dsi_mcux_tx_color()

123