Home
last modified time | relevance | path

Searched refs:fifo_mode_control (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/drivers/dma/
Ddma_stm32_v1.c466 uint32_t stm32_dma_get_fifo_threshold(uint16_t fifo_mode_control) in stm32_dma_get_fifo_threshold() argument
468 switch (fifo_mode_control) { in stm32_dma_get_fifo_threshold()
Ddma_stm32.h102 uint32_t stm32_dma_get_fifo_threshold(uint16_t fifo_mode_control);
Ddma_emul.c188 cfg->source_reload_en, cfg->dest_reload_en, cfg->fifo_mode_control, in dma_emul_block_config_to_string()
Ddma_stm32.c473 config->head_block->fifo_mode_control); in dma_stm32_configure()
/Zephyr-latest/include/zephyr/drivers/
Ddma.h155 uint16_t fifo_mode_control : 4; member
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/
Dec_host_cmd_backend_spi_stm32.c463 blk_cfg->fifo_mode_control = hc_spi->dma_tx->fifo_threshold; in spi_config_dma_tx()
521 blk_cfg->fifo_mode_control = hc_spi->dma_rx->fifo_threshold; in spi_config_dma_rx()
/Zephyr-latest/drivers/spi/
Dspi_ll_stm32.c200 blk_cfg->fifo_mode_control = data->dma_tx.fifo_threshold; in spi_stm32_dma_tx_load()
258 blk_cfg->fifo_mode_control = data->dma_rx.fifo_threshold; in spi_stm32_dma_rx_load()
/Zephyr-latest/drivers/i2s/
Di2s_ll_stm32.c536 blk_cfg.fifo_mode_control = fifo_threshold; in start_dma()
/Zephyr-latest/drivers/serial/
Duart_stm32.c1835 data->dma_rx.blk_cfg.fifo_mode_control = data->dma_rx.fifo_threshold; in uart_stm32_async_init()
1871 data->dma_tx.blk_cfg.fifo_mode_control = data->dma_tx.fifo_threshold; in uart_stm32_async_init()
/Zephyr-latest/drivers/adc/
Dadc_stm32.c238 blk_cfg->fifo_mode_control = 0; in adc_stm32_dma_start()
/Zephyr-latest/drivers/i3c/
Di3c_stm32.c1417 dma_stream->blk_cfg.fifo_mode_control = dma_stream->fifo_threshold; in i3c_stm32_dma_stream_config()