Home
last modified time | relevance | path

Searched refs:dma_slot (Results 51 – 75 of 76) sorted by relevance

1234

/Zephyr-latest/drivers/serial/
Duart_mcux_lpuart.c1315 .dma_slot = DT_INST_DMAS_CELL_BY_NAME( \
1338 .dma_slot = DT_INST_DMAS_CELL_BY_NAME( \
Duart_ns16550.c1885 .dma_slot = DT_INST_DMAS_CELL_BY_NAME(n, tx, channel), \
1904 .dma_slot = DT_INST_DMAS_CELL_BY_NAME(n, rx, channel), \
Duart_xmc4xxx.c973 .dma_slot = DT_INST_DMAS_CELL_BY_NAME(index, dir, config), \
/Zephyr-latest/drivers/usb/device/
Dusb_dc_smartbond.c243 tx->dma_slot = usbd_dma_cfg.tx_slot_mux; in usb_smartbond_dma_config()
275 rx->dma_slot = usbd_dma_cfg.rx_slot_mux; in usb_smartbond_dma_config()
/Zephyr-latest/drivers/spi/
Dspi_xmc4xxx.c611 .dma_slot = DT_INST_DMAS_CELL_BY_NAME(index, dir, config), \
Dspi_gd32.c268 dma_cfg->dma_slot = cfg->dma[dir].slot; in spi_gd32_dma_setup()
Dspi_pl022.c458 dma_cfg->dma_slot = cfg->dma[dir].slot; in spi_pl022_dma_setup()
Dspi_andes_atcspi200.c890 .dma_slot = \
Dspi_ll_stm32.c1321 .dma_slot = STM32_DMA_SLOT(index, dir, slot),\
/Zephyr-latest/drivers/adc/
Dadc_esp32.c207 dma_cfg.dma_slot = ESP_GDMA_TRIG_PERIPH_ADC0; in adc_esp32_dma_start()
Dadc_stm32wb0.c1223 .dma_slot = DT_INST_DMAS_CELL_BY_IDX(ADC_INSTANCE, 0, slot),
Dadc_stm32.c1719 .dma_slot = STM32_DMA_SLOT_BY_IDX(index, 0, slot), \
/Zephyr-latest/drivers/flash/
Dflash_stm32_ospi.c2196 hdma.Init.Channel = dma_cfg.dma_slot; in flash_stm32_ospi_init()
2200 hdma.Init.Request = dma_cfg.dma_slot; in flash_stm32_ospi_init()
2544 .dma_slot = DT_DMAS_CELL_BY_NAME(node, dir, slot), \
Dflash_stm32_xspi.c1987 hdma->Init.Request = dma_stream->cfg.dma_slot; in flash_stm32_xspi_dma_init()
2362 .dma_slot = DT_DMAS_CELL_BY_NAME(node, dir, slot), \
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/
Dec_host_cmd_backend_spi_stm32.c192 .dma_slot = DT_DMAS_CELL_BY_NAME(id, dir, slot), \
/Zephyr-latest/drivers/mipi_dbi/
Dmipi_dbi_nxp_lcdic.c848 .dma_slot = LPC_DMA_HWTRIG_EN | \
/Zephyr-latest/drivers/dma/
Ddma_stm32_bdma.c663 BDMA_InitStruct.PeriphRequest = config->dma_slot; in bdma_stm32_configure()
Ddma_stm32u5.c501 DMA_InitStruct.Request = config->dma_slot; in dma_stm32_configure()
Ddma_esp32_gdma.c330 : config_dma->dma_slot; in dma_esp32_config()
Ddma_mcux_edma.c292 uint32_t slot = config->dma_slot; in dma_mcux_edma_configure()
/Zephyr-latest/drivers/usb/udc/
Dudc_smartbond.c155 tx->dma_slot = dma_cfg->tx_slot_mux; in usb_smartbond_dma_config()
187 rx->dma_slot = dma_cfg->rx_slot_mux; in usb_smartbond_dma_config()
/Zephyr-latest/drivers/i2s/
Di2s_mcux_flexcomm.c448 LOG_DBG("dma_slot is %d", stream->dma_cfg.dma_slot); in i2s_mcux_config_dma_blocks()
Di2s_esp32.c205 dma_cfg.dma_slot = in i2s_esp32_start_dma()
Di2s_ll_stm32.c996 .dma_slot = STM32_DMA_SLOT(index, dir, slot),\
/Zephyr-latest/drivers/i3c/
Di3c_stm32.c2085 .dma_slot = STM32_DMA_SLOT(index, dir, slot), \

1234