Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/dma/
Ddma_intel_adsp_hda.c280 uint32_t requested_channel; in intel_adsp_hda_dma_chan_filter() local
286 requested_channel = *(uint32_t *)filter_param; in intel_adsp_hda_dma_chan_filter()
288 if (channel == requested_channel) { in intel_adsp_hda_dma_chan_filter()
Ddma_xmc4xxx.c406 uint32_t requested_channel; in dma_xmc4xxx_chan_filter() local
412 requested_channel = *(uint32_t *)filter_param; in dma_xmc4xxx_chan_filter()
414 if (channel == requested_channel) { in dma_xmc4xxx_chan_filter()
Ddma_smartbond.c891 uint32_t requested_channel; in dma_smartbond_chan_filter() local
903 requested_channel = *(uint32_t *)filter_param; in dma_smartbond_chan_filter()
905 if (channel == requested_channel) { in dma_smartbond_chan_filter()