| /Zephyr-4.1.0/drivers/display/ |
| D | display_mcux_elcdif.c | 155 pxp_dma.dma_slot = DMA_MCUX_PXP_FMT(DMA_MCUX_PXP_FMT_RGB565); in mcux_elcdif_write() 157 pxp_dma.dma_slot = DMA_MCUX_PXP_FMT(DMA_MCUX_PXP_FMT_RGB888); in mcux_elcdif_write() 159 pxp_dma.dma_slot = DMA_MCUX_PXP_FMT(DMA_MCUX_PXP_FMT_ARGB8888); in mcux_elcdif_write() 165 pxp_dma.dma_slot |= DMA_MCUX_PXP_CMD(DMA_MCUX_PXP_CMD_ROTATE_90); in mcux_elcdif_write() 167 pxp_dma.dma_slot |= DMA_MCUX_PXP_CMD(DMA_MCUX_PXP_CMD_ROTATE_180); in mcux_elcdif_write() 169 pxp_dma.dma_slot |= DMA_MCUX_PXP_CMD(DMA_MCUX_PXP_CMD_ROTATE_270); in mcux_elcdif_write() 171 pxp_dma.dma_slot |= DMA_MCUX_PXP_CMD(DMA_MCUX_PXP_CMD_ROTATE_0); in mcux_elcdif_write()
|
| /Zephyr-4.1.0/drivers/dma/ |
| D | dma_sam0.c | 83 if (config->dma_slot >= DMAC_TRIG_NUM) { in dma_sam0_config() 111 DMAC_CHCTRLB_TRIGSRC(config->dma_slot); in dma_sam0_config() 115 DMAC_CHCTRLB_TRIGSRC(config->dma_slot); in dma_sam0_config() 145 DMAC_CHCTRLA_TRIGSRC(config->dma_slot); in dma_sam0_config() 150 DMAC_CHCTRLA_TRIGSRC(config->dma_slot); in dma_sam0_config()
|
| D | dma_emul.c | 145 cfg->dma_slot, cfg->channel_direction, cfg->complete_callback_en, in dma_emul_xfer_config_to_string() 230 xfer_config.dma_slot + i], in dma_emul_work_handler() 301 if (xfer_config->dma_slot >= config->num_requests) { in dma_emul_config_valid() 302 LOG_ERR("invalid dma_slot %u", xfer_config->dma_slot); in dma_emul_config_valid() 366 block_idx = channel * config->num_requests + xfer_config->dma_slot; in dma_emul_configure() 368 block = &config->block[channel * config->num_requests + xfer_config->dma_slot]; in dma_emul_configure()
|
| D | dma_mcux_lpc.c | 689 if (config->dma_slot) { in dma_mcux_lpc_configure() 693 if (config->dma_slot & LPC_DMA_PERIPH_REQ_EN) { in dma_mcux_lpc_configure() 696 if (config->dma_slot & LPC_DMA_HWTRIG_EN) { in dma_mcux_lpc_configure() 699 if (config->dma_slot & LPC_DMA_TRIGTYPE_LEVEL) { in dma_mcux_lpc_configure() 702 if (config->dma_slot & LPC_DMA_TRIGPOL_HIGH_RISING) { in dma_mcux_lpc_configure() 705 if (config->dma_slot & LPC_DMA_TRIGBURST) { in dma_mcux_lpc_configure() 708 LPC_DMA_GET_BURSTPOWER(config->dma_slot)); in dma_mcux_lpc_configure()
|
| D | dma_mcux_pxp.c | 70 switch ((config->dma_slot & DMA_MCUX_PXP_CMD_MASK) >> DMA_MCUX_PXP_CMD_SHIFT) { in dma_mcux_pxp_configure() 86 switch ((config->dma_slot & DMA_MCUX_PXP_FMT_MASK) >> DMA_MCUX_PXP_FMT_SHIFT) { in dma_mcux_pxp_configure()
|
| D | dma_intel_adsp_gpdma.c | 90 uint32_t channel, uint32_t dma_slot) in intel_adsp_gpdma_llp_config() argument 96 GPDMA_CHLLPC_DHRS(dma_slot)); in intel_adsp_gpdma_llp_config() 160 LOG_DBG("%s: channel %d configuring llp for %x", dev->name, channel, cfg->dma_slot); in intel_adsp_gpdma_config() 161 intel_adsp_gpdma_llp_config(dev, channel, cfg->dma_slot); in intel_adsp_gpdma_config()
|
| D | dma_stm32.c | 458 if (config->dma_slot >= 8) { in dma_stm32_configure() 463 if (config->dma_slot >= 8) { in dma_stm32_configure() 465 config->dma_slot = 0; in dma_stm32_configure() 469 DMA_InitStruct.Channel = dma_stm32_slot_to_channel(config->dma_slot); in dma_stm32_configure() 491 DMA_InitStruct.PeriphRequest = config->dma_slot; in dma_stm32_configure()
|
| D | dma_mcux_smartdma.c | 46 uint32_t prog_idx = config->dma_slot; in dma_mcux_smartdma_configure()
|
| D | dma_sedi.c | 190 config->dma_slot); in dma_sedi_apply_common_config() 198 config->dma_slot); in dma_sedi_apply_common_config()
|
| D | dma_gd32.c | 417 if (dma_cfg->dma_slot > 0xF) { in dma_gd32_config() 419 dma_cfg->dma_slot); in dma_gd32_config() 478 dma_cfg->dma_slot); in dma_gd32_config()
|
| D | dma_nxp_sdma.c | 170 switch (config->dma_slot) { in sdma_set_peripheral_type() 173 *type = config->dma_slot; in sdma_set_peripheral_type()
|
| D | dma_andes_atcdmac300.c | 230 ch_ctrl |= DMA_CH_CTRL_DSTREQ(cfg->dma_slot); in dma_atcdmac300_config() 234 ch_ctrl |= DMA_CH_CTRL_SRCREQ(cfg->dma_slot); in dma_atcdmac300_config()
|
| D | dma_renesas_rz.c | 235 p_extend->activation_source = cfg->dma_slot; in dma_channel_config_save_parameters() 240 p_extend->activation_source = cfg->dma_slot; in dma_channel_config_save_parameters()
|
| D | dmamux_stm32.c | 125 int request_id = config->dma_slot; in dmamux_stm32_configure()
|
| /Zephyr-4.1.0/tests/drivers/dma/chan_link_transfer/src/ |
| D | test_dma.c | 78 dma_cfg.dma_slot = CONFIG_DMA_MCUX_TEST_SLOT_START; in test_task() 103 dma_cfg.dma_slot = CONFIG_DMA_MCUX_TEST_SLOT_START + 1; in test_task()
|
| /Zephyr-4.1.0/drivers/mipi_dsi/ |
| D | dsi_mcux_2l.c | 61 uint8_t dma_slot; member 158 dma_cfg.dma_slot = data->dma_slot; in dsi_mcux_tx_color() 301 data->dma_slot = kSMARTDMA_MIPI_RGB888_DMA; in dsi_mcux_attach() 305 data->dma_slot = kSMARTDMA_MIPI_RGB565_DMA; in dsi_mcux_attach()
|
| /Zephyr-4.1.0/drivers/adc/ |
| D | adc_mcux_adc16.c | 36 uint32_t dma_slot; /* ADC DMA MUX slot */ member 392 data->adc_dma_config.dma_cfg.dma_slot = config->dma_slot; in mcux_adc16_init() 447 .dma_slot = DT_INST_DMAS_CELL_BY_IDX(n, 0, source), \
|
| /Zephyr-4.1.0/tests/drivers/dma/loop_transfer/src/ |
| D | test_dma_loop.c | 122 dma_cfg.dma_slot = CONFIG_DMA_MCUX_TEST_SLOT_START; in test_loop() 213 dma_cfg.dma_slot = CONFIG_DMA_MCUX_TEST_SLOT_START; in test_loop_suspend_resume() 388 dma_cfg.dma_slot = CONFIG_DMA_MCUX_TEST_SLOT_START; in test_loop_repeated_start_stop()
|
| /Zephyr-4.1.0/tests/drivers/dma/chan_blen_transfer/src/ |
| D | test_dma.c | 56 dma_cfg.dma_slot = CONFIG_DMA_MCUX_TEST_SLOT_START; in test_task()
|
| /Zephyr-4.1.0/tests/drivers/dma/scatter_gather/src/ |
| D | test_dma_sg.c | 91 dma_cfg.dma_slot = CONFIG_DMA_MCUX_TEST_SLOT_START; in test_sg()
|
| /Zephyr-4.1.0/tests/boards/intel_adsp/ssp/src/ |
| D | main.c | 106 dma_cfg.dma_slot = props->dma_hs_id; in config_output_dma() 146 dma_cfg_rx.dma_slot = props->dma_hs_id; in config_input_dma()
|
| /Zephyr-4.1.0/drivers/spi/ |
| D | spi_silabs_eusart.c | 44 uint8_t dma_slot; member 344 .dma_slot = channel->dma_slot, in spi_silabs_dma_config() 740 .dma_slot = \
|
| /Zephyr-4.1.0/drivers/spi/spi_nxp_lpspi/ |
| D | spi_nxp_lpspi_dma.c | 316 .dma_slot = DT_INST_DMAS_CELL_BY_NAME(n, tx, source)}},)) \ 322 .dma_slot = DT_INST_DMAS_CELL_BY_NAME(n, rx, source)}},))
|
| /Zephyr-4.1.0/drivers/disk/ |
| D | sdmmc_stm32.c | 218 handle->Init.Channel = dma->cfg.dma_slot * DMA_CHANNEL_1; in stm32_sdmmc_configure_dma() 758 .dma_slot = STM32_DMA_SLOT(0, dir, slot), \
|
| /Zephyr-4.1.0/drivers/video/ |
| D | video_mcux_smartdma.c | 108 sdma_config.dma_slot = kSMARTDMA_CameraDiv16FrameQVGA; in nxp_video_sdma_set_stream()
|