Home
last modified time | relevance | path

Searched refs:DW_CHAN_COUNT (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/drivers/dma/
Ddma_dw_common.h24 #define DW_CHAN_COUNT CONFIG_DMA_DW_CHANNEL_COUNT macro
182 struct dw_chan_arbit_data chan[DW_CHAN_COUNT];
249 struct dw_dma_chan_data chan[DW_CHAN_COUNT];
250 struct dw_lli lli_pool[DW_CHAN_COUNT][CONFIG_DMA_DW_LLI_POOL_SIZE] __aligned(64);
252 ATOMIC_DEFINE(channels_atomic, DW_CHAN_COUNT);
Ddma_intel_lpss.c61 if (channel >= DW_CHAN_COUNT) { in dma_intel_lpss_reload()
99 if (channel >= DW_CHAN_COUNT) { in dma_intel_lpss_get_status()
Ddma_dw_common.c138 if (channel >= DW_CHAN_COUNT) { in dw_dma_config()
453 if (channel >= DW_CHAN_COUNT) { in dw_dma_start()
557 if (channel >= DW_CHAN_COUNT) { in dw_dma_stop()
641 if (channel >= DW_CHAN_COUNT) { in dw_dma_resume()
672 if (channel >= DW_CHAN_COUNT) { in dw_dma_suspend()
725 for (i = 0; i < DW_CHAN_COUNT; i++) { in dw_dma_setup()
830 if (channel >= DW_CHAN_COUNT) { in dw_dma_get_status()