Searched refs:DMA_HNDL_INTR (Results 1 – 4 of 4) sorted by relevance
145 #define DMA_HNDL_INTR 0x00000001 /* An IRQ needs to be handled */ macro198 #define DMA_IRQ_P(regs) ((((regs)->cond_reg) & (DMA_HNDL_INTR | DMA_HNDL_ERROR)))
33 #define DMA_HNDL_INTR 0x00000001 /* An IRQ needs to be handled */ macro
66 if (dma_read32(DMA_CSR) & (DMA_HNDL_INTR | DMA_HNDL_ERROR)) in sun3x_esp_irq_pending()
216 if (dma_read32(DMA_CSR) & (DMA_HNDL_INTR | DMA_HNDL_ERROR)) in sbus_esp_irq_pending()