Home
last modified time | relevance | path

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

12

/Zephyr-Core-3.6.0/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.c393 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.c206 case PERIPHERAL_TO_MEMORY: in dma_stm32_get_direction()
407 case PERIPHERAL_TO_MEMORY: in dma_stm32_configure()
446 stream->source_periph = (stream->direction == PERIPHERAL_TO_MEMORY); in dma_stm32_configure()
545 case PERIPHERAL_TO_MEMORY: in dma_stm32_reload()
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.c146 config->channel_direction != PERIPHERAL_TO_MEMORY) { in dma_xmc4xxx_config()
220 config->channel_direction == PERIPHERAL_TO_MEMORY) { in dma_xmc4xxx_config()
262 if (config->channel_direction == PERIPHERAL_TO_MEMORY) { in dma_xmc4xxx_config()
Ddma_nxp_edma.h285 case PERIPHERAL_TO_MEMORY: in get_transfer_type()
326 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_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.c312 case PERIPHERAL_TO_MEMORY: in dma_stm32_get_direction()
487 stream->source_periph = (stream->direction == PERIPHERAL_TO_MEMORY); in dma_stm32_configure()
538 if (stream->direction > PERIPHERAL_TO_MEMORY) { in dma_stm32_reload()
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_dw_common.c110 case PERIPHERAL_TO_MEMORY: in dw_dma_mask_address()
312 case PERIPHERAL_TO_MEMORY: in dw_dma_config()
836 chan_data->direction == PERIPHERAL_TO_MEMORY) { in dw_dma_get_status()
Ddma_esp32_gdma.c313 case PERIPHERAL_TO_MEMORY: in dma_esp32_config()
420 status->dir = PERIPHERAL_TO_MEMORY; in dma_esp32_get_status()
Ddma_sam0.c147 (config->channel_direction == PERIPHERAL_TO_MEMORY)) { in dma_sam0_config()
Ddma_rpi_pico.c168 if (dma_cfg->channel_direction > PERIPHERAL_TO_MEMORY) { in dma_rpi_pico_config()
Ddma_intel_adsp_gpdma.c151 case PERIPHERAL_TO_MEMORY: in intel_adsp_gpdma_config()
Ddma_intel_adsp_hda.c245 case PERIPHERAL_TO_MEMORY: in intel_adsp_hda_dma_status()
Ddma_nxp_edma.c259 case PERIPHERAL_TO_MEMORY: in edma_config()
Ddma_andes_atcdmac300.c233 case PERIPHERAL_TO_MEMORY: in dma_atcdmac300_config()
/Zephyr-Core-3.6.0/include/zephyr/drivers/
Ddma.h40 PERIPHERAL_TO_MEMORY, enumerator
/Zephyr-Core-3.6.0/tests/boards/intel_adsp/ssp/src/
Dmain.c147 dma_cfg_rx.channel_direction = PERIPHERAL_TO_MEMORY; in config_input_dma()
/Zephyr-Core-3.6.0/drivers/spi/
Dspi_sam0.c415 dma_cfg.channel_direction = PERIPHERAL_TO_MEMORY; in spi_sam0_dma_rx_load()
456 dma_cfg.channel_direction = PERIPHERAL_TO_MEMORY; in spi_sam0_dma_tx_load()
Dspi_mcux_lpspi.c409 stream->dma_cfg.channel_direction = PERIPHERAL_TO_MEMORY; in spi_mcux_dma_rx_load()
886 .channel_direction = PERIPHERAL_TO_MEMORY, \
/Zephyr-Core-3.6.0/drivers/adc/
Dadc_mcux_adc16.c398 data->adc_dma_config.dma_cfg.channel_direction = PERIPHERAL_TO_MEMORY; in mcux_adc16_init()
/Zephyr-Core-3.6.0/drivers/audio/
Ddmic_mcux.c289 dma_cfg.channel_direction = PERIPHERAL_TO_MEMORY; in dmic_mcux_setup_dma()

12