Home
last modified time | relevance | path

Searched refs:PERIPHERAL_TO_MEMORY (Results 1 – 25 of 60) 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.c148 config->channel_direction != PERIPHERAL_TO_MEMORY) { in dma_xmc4xxx_config()
222 config->channel_direction == PERIPHERAL_TO_MEMORY) { in dma_xmc4xxx_config()
264 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_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.c314 case PERIPHERAL_TO_MEMORY: in dma_stm32_get_direction()
488 stream->source_periph = (stream->direction == PERIPHERAL_TO_MEMORY); in dma_stm32_configure()
539 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_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_sam0.c147 (config->channel_direction == PERIPHERAL_TO_MEMORY)) { in dma_sam0_config()
Ddma_esp32_gdma.c353 case PERIPHERAL_TO_MEMORY: in dma_esp32_config()
472 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_silabs_ldma.c351 case PERIPHERAL_TO_MEMORY: in dma_silabs_configure()
Ddma_intel_adsp_gpdma.c159 case PERIPHERAL_TO_MEMORY: in intel_adsp_gpdma_config()
/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.c416 dma_cfg.channel_direction = PERIPHERAL_TO_MEMORY; in spi_sam0_dma_rx_load()
457 dma_cfg.channel_direction = PERIPHERAL_TO_MEMORY; in spi_sam0_dma_tx_load()
Dspi_mcux_lpspi.c343 stream->dma_cfg.channel_direction = PERIPHERAL_TO_MEMORY; in spi_mcux_dma_rx_load()
821 .dma_cfg = {.channel_direction = PERIPHERAL_TO_MEMORY, \
/Zephyr-latest/drivers/video/
Dvideo_esp32_dvp.c193 dma_cfg.channel_direction = PERIPHERAL_TO_MEMORY; in video_esp32_stream_start()
/Zephyr-latest/drivers/adc/
Dadc_mcux_adc16.c393 data->adc_dma_config.dma_cfg.channel_direction = PERIPHERAL_TO_MEMORY; in mcux_adc16_init()

123