Home
last modified time | relevance | path

Searched refs:linked_channel (Results 1 – 19 of 19) sorted by relevance

/Zephyr-latest/drivers/dma/
Ddma_mcux_lpc.c55 int8_t linked_channel; member
515 channel, config->linked_channel); in dma_mcux_lpc_configure()
520 if (dma_data->otrig_array[otrig_index].linked_channel == EMPTY_OTRIG || in dma_mcux_lpc_configure()
524 dma_data->otrig_array[otrig_index].linked_channel; in dma_mcux_lpc_configure()
545 DEV_BASE(dev)->CHANNEL[config->linked_channel].CFG |= in dma_mcux_lpc_configure()
548 DMA_EnableChannel(DEV_BASE(dev), config->linked_channel); in dma_mcux_lpc_configure()
553 INPUTMUX_AttachSignal(INPUTMUX, config->linked_channel, in dma_mcux_lpc_configure()
558 dma_data->otrig_array[otrig_index].linked_channel = config->linked_channel; in dma_mcux_lpc_configure()
562 if (dma_data->otrig_array[otrig_index].linked_channel != EMPTY_OTRIG && in dma_mcux_lpc_configure()
565 dma_data->otrig_array[otrig_index].linked_channel; in dma_mcux_lpc_configure()
[all …]
Ddma_emul.c153 cfg->linked_channel, cfg->cyclic, cfg->_reserved, cfg->source_data_size, in dma_emul_xfer_config_to_string()
286 xfer_config.linked_channel); in dma_emul_work_handler()
287 __ASSERT_NO_MSG(channel != xfer_config.linked_channel); in dma_emul_work_handler()
288 channel = xfer_config.linked_channel; in dma_emul_work_handler()
442 xfer_config->linked_channel); in dma_emul_start()
443 channel = xfer_config->linked_channel; in dma_emul_start()
Ddma_mcux_pxp.c114 switch ((config->linked_channel & DMA_MCUX_PXP_FLIP_MASK) >> DMA_MCUX_PXP_FLIP_SHIFT) { in dma_mcux_pxp_configure()
Ddma_mcux_edma.c511 LOG_DBG("link major channel %d", config->linked_channel); in dma_mcux_edma_configure()
513 config->linked_channel); in dma_mcux_edma_configure()
516 LOG_DBG("link minor channel %d", config->linked_channel); in dma_mcux_edma_configure()
518 config->linked_channel); in dma_mcux_edma_configure()
Ddma_si32.c184 if (cfg->linked_channel > 1) { in dma_si32_config()
Ddma_silabs_ldma.c335 config->dest_chaining_en || config->linked_channel) { in dma_silabs_configure()
Ddma_stm32.c305 if (config->linked_channel == STM32_DMA_HAL_OVERRIDE) { in dma_stm32_configure()
Ddma_stm32u5.c377 if (config->linked_channel == STM32_DMA_HAL_OVERRIDE) { in dma_stm32_configure()
Ddma_xilinx_axi_dma.c999 switch (dma_cfg->linked_channel) { in dma_xilinx_axi_dma_configure()
/Zephyr-latest/drivers/display/
Ddisplay_mcux_elcdif.c176 pxp_dma.linked_channel |= DMA_MCUX_PXP_FLIP(DMA_MCUX_PXP_FLIP_HORIZONTAL); in mcux_elcdif_write()
178 pxp_dma.linked_channel |= DMA_MCUX_PXP_FLIP(DMA_MCUX_PXP_FLIP_VERTICAL); in mcux_elcdif_write()
180 pxp_dma.linked_channel |= DMA_MCUX_PXP_FLIP(DMA_MCUX_PXP_FLIP_BOTH); in mcux_elcdif_write()
182 pxp_dma.linked_channel |= DMA_MCUX_PXP_FLIP(DMA_MCUX_PXP_FLIP_DISABLE); in mcux_elcdif_write()
/Zephyr-latest/tests/drivers/dma/chan_link_transfer/src/
Dtest_dma.c108 dma_cfg.linked_channel = TEST_DMA_CHANNEL_1; in test_task()
/Zephyr-latest/include/zephyr/drivers/
Ddma.h249 uint32_t linked_channel : 7; member
/Zephyr-latest/drivers/video/
Dvideo_stm32_dcmi.c138 dma_cfg.linked_channel = STM32_DMA_HAL_OVERRIDE; in stm32_dma_init()
/Zephyr-latest/drivers/disk/
Dsdmmc_stm32.c762 .linked_channel = STM32_DMA_HAL_OVERRIDE, \
/Zephyr-latest/drivers/i2s/
Di2s_mcux_flexcomm.c458 LOG_DBG("linked_channel is %d", stream->dma_cfg.linked_channel); in i2s_mcux_config_dma_blocks()
/Zephyr-latest/drivers/spi/
Dspi_mcux_dspi.c429 data->rx_dma_config.dma_cfg.linked_channel = in update_rx_dma()
/Zephyr-latest/drivers/flash/
Dflash_stm32_qspi.c1358 dma_cfg.linked_channel = STM32_DMA_HAL_OVERRIDE; in flash_stm32_qspi_init()
Dflash_stm32_xspi.c1955 dma_stream->cfg.linked_channel = STM32_DMA_HAL_OVERRIDE; in flash_stm32_xspi_dma_init()
Dflash_stm32_ospi.c2156 dma_cfg.linked_channel = STM32_DMA_HAL_OVERRIDE; in flash_stm32_ospi_init()