Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/dma/
H A Dpch_dma.c38 #define DMA_STATUS_IRQ(x) (0x1 << (x)) macro
711 if (sts0 & DMA_STATUS_IRQ(i)) { in pd_irq()
719 if (sts2 & DMA_STATUS_IRQ(i - 8)) { in pd_irq()
/kernel/linux/linux-6.6/drivers/dma/
H A Dpch_dma.c38 #define DMA_STATUS_IRQ(x) (0x1 << (x)) macro
711 if (sts0 & DMA_STATUS_IRQ(i)) { in pd_irq()
719 if (sts2 & DMA_STATUS_IRQ(i - 8)) { in pd_irq()

Completed in 4 milliseconds