Home
last modified time | relevance | path

Searched refs:DMA_IRQ_QUEUE (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/dma/
H A Dsun6i-dma.c31 #define DMA_IRQ_QUEUE BIT(2) macro
453 vchan->irq_type = vchan->cyclic ? DMA_IRQ_PKG : DMA_IRQ_QUEUE; in sun6i_dma_start_desc()
456 irq_val &= ~((DMA_IRQ_HALF | DMA_IRQ_PKG | DMA_IRQ_QUEUE) << in sun6i_dma_start_desc()
/kernel/linux/linux-6.6/drivers/dma/
H A Dsun6i-dma.c32 #define DMA_IRQ_QUEUE BIT(2) macro
460 vchan->irq_type = vchan->cyclic ? DMA_IRQ_PKG : DMA_IRQ_QUEUE; in sun6i_dma_start_desc()
463 irq_val &= ~((DMA_IRQ_HALF | DMA_IRQ_PKG | DMA_IRQ_QUEUE) << in sun6i_dma_start_desc()

Completed in 5 milliseconds