Home
last modified time | relevance | path

Searched refs:PERIPHERAL_TO_MEMORY (Results 1 – 25 of 67) sorted by relevance

123

/Zephyr-latest/drivers/dma/
Ddma_intel_adsp_hda_link_in.c32 .direction = PERIPHERAL_TO_MEMORY, \
Ddma_sam_xdmac.c223 && cfg->channel_direction == PERIPHERAL_TO_MEMORY) { in sam_xdmac_config()
244 case PERIPHERAL_TO_MEMORY: in sam_xdmac_config()
393 status->dir = PERIPHERAL_TO_MEMORY; in sam_xdmac_get_status()
Ddma_stm32_bdma.c392 case PERIPHERAL_TO_MEMORY: in bdma_stm32_get_direction()
574 if (channel->direction == PERIPHERAL_TO_MEMORY || channel->direction == MEMORY_TO_MEMORY) { in bdma_stm32_configure()
610 case PERIPHERAL_TO_MEMORY: in bdma_stm32_configure()
642 channel->source_periph = (channel->direction == PERIPHERAL_TO_MEMORY); in bdma_stm32_configure()
701 case PERIPHERAL_TO_MEMORY: in bdma_stm32_reload()
Ddma_stm32.c202 case PERIPHERAL_TO_MEMORY: in dma_stm32_get_direction()
403 case PERIPHERAL_TO_MEMORY: in dma_stm32_configure()
442 stream->source_periph = (stream->direction == PERIPHERAL_TO_MEMORY); in dma_stm32_configure()
541 case PERIPHERAL_TO_MEMORY: in dma_stm32_reload()
Ddma_nxp_sdma.c65 case PERIPHERAL_TO_MEMORY: in dma_nxp_sdma_init_stat()
154 case PERIPHERAL_TO_MEMORY: in sdma_set_transfer_type()
198 case PERIPHERAL_TO_MEMORY: in dma_nxp_sdma_callback()
Ddma_sedi.c143 case PERIPHERAL_TO_MEMORY: in dma_config_convert()
196 } else if (direction == PERIPHERAL_TO_MEMORY) { in dma_sedi_apply_common_config()
Ddma_xmc4xxx.c168 if (config->channel_direction == PERIPHERAL_TO_MEMORY) { in dma_xmc4xxx_reg_ctll()
226 config->channel_direction != PERIPHERAL_TO_MEMORY) { in dma_xmc4xxx_config()
348 config->channel_direction == PERIPHERAL_TO_MEMORY) { in dma_xmc4xxx_config()
389 if (config->channel_direction == PERIPHERAL_TO_MEMORY) { in dma_xmc4xxx_config()
Ddma_nxp_edma.h294 case PERIPHERAL_TO_MEMORY: in get_transfer_type()
335 case PERIPHERAL_TO_MEMORY: in edma_set_channel_type()
Ddma_nios2_msgdma.c124 } else if (dev_data->direction == PERIPHERAL_TO_MEMORY) { in nios2_msgdma_config()
Ddma_silabs_siwx91x.c58 if (dir == MEMORY_TO_PERIPHERAL || dir == PERIPHERAL_TO_MEMORY) { in siwx91x_transfer_direction()
338 stat->dir = PERIPHERAL_TO_MEMORY; in siwx91x_dma_get_status()
Ddma_gd32.c403 if (dma_cfg->channel_direction > PERIPHERAL_TO_MEMORY) { in dma_gd32_config()
440 case PERIPHERAL_TO_MEMORY: in dma_gd32_config()
511 case PERIPHERAL_TO_MEMORY: in dma_gd32_reload()
Ddma_mchp_xec.c224 (config->channel_direction == PERIPHERAL_TO_MEMORY))) { in is_dma_config_valid()
403 if (config->channel_direction == PERIPHERAL_TO_MEMORY) { in dma_xec_configure()
613 status->dir = PERIPHERAL_TO_MEMORY; in dma_xec_get_status()
Ddma_stm32u5.c316 case PERIPHERAL_TO_MEMORY: in dma_stm32_get_direction()
488 stream->source_periph = (stream->direction == PERIPHERAL_TO_MEMORY); in dma_stm32_configure()
567 if (stream->direction > PERIPHERAL_TO_MEMORY) { 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()
263 case PERIPHERAL_TO_MEMORY: in intel_adsp_hda_dma_status()
Ddma_silabs_ldma.c154 if (config->channel_direction == PERIPHERAL_TO_MEMORY || in dma_silabs_block_to_descriptor()
373 case PERIPHERAL_TO_MEMORY: in dma_silabs_configure()
Ddma_wch.c139 case PERIPHERAL_TO_MEMORY: in dma_wch_config()
360 status->dir = PERIPHERAL_TO_MEMORY; in dma_wch_get_status()
Ddma_dw_common.c112 case PERIPHERAL_TO_MEMORY: in dw_dma_mask_address()
314 case PERIPHERAL_TO_MEMORY: in dw_dma_config()
837 chan_data->direction == PERIPHERAL_TO_MEMORY) { in dw_dma_get_status()
Ddma_esp32_gdma.c343 case PERIPHERAL_TO_MEMORY: in dma_esp32_config()
463 status->dir = PERIPHERAL_TO_MEMORY; in dma_esp32_get_status()
Ddma_rpi_pico.c172 if (dma_cfg->channel_direction > PERIPHERAL_TO_MEMORY) { in dma_rpi_pico_config()
Ddma_sam0.c147 (config->channel_direction == PERIPHERAL_TO_MEMORY)) { in dma_sam0_config()
/Zephyr-latest/drivers/spi/spi_nxp_lpspi/
Dspi_nxp_lpspi_dma.c86 stream->dma_cfg.channel_direction = PERIPHERAL_TO_MEMORY; in spi_mcux_dma_rx_load()
320 .dma_cfg = {.channel_direction = PERIPHERAL_TO_MEMORY, \
/Zephyr-latest/include/zephyr/drivers/
Ddma.h42 PERIPHERAL_TO_MEMORY, enumerator
/Zephyr-latest/tests/boards/intel_adsp/ssp/src/
Dmain.c147 dma_cfg_rx.channel_direction = PERIPHERAL_TO_MEMORY; in config_input_dma()
/Zephyr-latest/drivers/spi/
Dspi_sam0.c417 dma_cfg.channel_direction = PERIPHERAL_TO_MEMORY; in spi_sam0_dma_rx_load()
458 dma_cfg.channel_direction = PERIPHERAL_TO_MEMORY; in spi_sam0_dma_tx_load()
/Zephyr-latest/drivers/video/
Dvideo_esp32_dvp.c212 dma_cfg.channel_direction = PERIPHERAL_TO_MEMORY; in video_esp32_set_stream()

123