Searched refs:dma_slot (Results 51 – 75 of 76) sorted by relevance
1234
/Zephyr-latest/drivers/serial/ |
D | uart_mcux_lpuart.c | 1315 .dma_slot = DT_INST_DMAS_CELL_BY_NAME( \ 1338 .dma_slot = DT_INST_DMAS_CELL_BY_NAME( \
|
D | uart_ns16550.c | 1885 .dma_slot = DT_INST_DMAS_CELL_BY_NAME(n, tx, channel), \ 1904 .dma_slot = DT_INST_DMAS_CELL_BY_NAME(n, rx, channel), \
|
D | uart_xmc4xxx.c | 973 .dma_slot = DT_INST_DMAS_CELL_BY_NAME(index, dir, config), \
|
/Zephyr-latest/drivers/usb/device/ |
D | usb_dc_smartbond.c | 243 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/ |
D | spi_xmc4xxx.c | 611 .dma_slot = DT_INST_DMAS_CELL_BY_NAME(index, dir, config), \
|
D | spi_gd32.c | 268 dma_cfg->dma_slot = cfg->dma[dir].slot; in spi_gd32_dma_setup()
|
D | spi_pl022.c | 458 dma_cfg->dma_slot = cfg->dma[dir].slot; in spi_pl022_dma_setup()
|
D | spi_andes_atcspi200.c | 890 .dma_slot = \
|
D | spi_ll_stm32.c | 1321 .dma_slot = STM32_DMA_SLOT(index, dir, slot),\
|
/Zephyr-latest/drivers/adc/ |
D | adc_esp32.c | 207 dma_cfg.dma_slot = ESP_GDMA_TRIG_PERIPH_ADC0; in adc_esp32_dma_start()
|
D | adc_stm32wb0.c | 1223 .dma_slot = DT_INST_DMAS_CELL_BY_IDX(ADC_INSTANCE, 0, slot),
|
D | adc_stm32.c | 1719 .dma_slot = STM32_DMA_SLOT_BY_IDX(index, 0, slot), \
|
/Zephyr-latest/drivers/flash/ |
D | flash_stm32_ospi.c | 2196 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), \
|
D | flash_stm32_xspi.c | 1987 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/ |
D | ec_host_cmd_backend_spi_stm32.c | 192 .dma_slot = DT_DMAS_CELL_BY_NAME(id, dir, slot), \
|
/Zephyr-latest/drivers/mipi_dbi/ |
D | mipi_dbi_nxp_lcdic.c | 848 .dma_slot = LPC_DMA_HWTRIG_EN | \
|
/Zephyr-latest/drivers/dma/ |
D | dma_stm32_bdma.c | 663 BDMA_InitStruct.PeriphRequest = config->dma_slot; in bdma_stm32_configure()
|
D | dma_stm32u5.c | 501 DMA_InitStruct.Request = config->dma_slot; in dma_stm32_configure()
|
D | dma_esp32_gdma.c | 330 : config_dma->dma_slot; in dma_esp32_config()
|
D | dma_mcux_edma.c | 292 uint32_t slot = config->dma_slot; in dma_mcux_edma_configure()
|
/Zephyr-latest/drivers/usb/udc/ |
D | udc_smartbond.c | 155 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/ |
D | i2s_mcux_flexcomm.c | 448 LOG_DBG("dma_slot is %d", stream->dma_cfg.dma_slot); in i2s_mcux_config_dma_blocks()
|
D | i2s_esp32.c | 205 dma_cfg.dma_slot = in i2s_esp32_start_dma()
|
D | i2s_ll_stm32.c | 996 .dma_slot = STM32_DMA_SLOT(index, dir, slot),\
|
/Zephyr-latest/drivers/i3c/ |
D | i3c_stm32.c | 2085 .dma_slot = STM32_DMA_SLOT(index, dir, slot), \
|
1234