Home
last modified time | relevance | path

Searched refs:DWAXIDMAC_IRQ_ALL (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/dma/dw-axi-dmac/
Ddw-axi-dmac-platform.c117 if (likely(irq_mask == DWAXIDMAC_IRQ_ALL)) { in axi_chan_irq_disable()
180 axi_chan_irq_disable(&chip->dw->chan[i], DWAXIDMAC_IRQ_ALL); in axi_dma_hw_init()
364 axi_chan_irq_disable(chan, DWAXIDMAC_IRQ_ALL); in dma_chan_free_chan_resources()
966 axi_chan_irq_disable(&chip->dw->chan[i], DWAXIDMAC_IRQ_ALL); in dw_remove()
Ddw-axi-dmac.h320 DWAXIDMAC_IRQ_ALL = GENMASK(31, 0) enumerator