Searched refs:DMA_HNDL_ERROR (Results 1 – 5 of 5) sorted by relevance
113 #define DMA_HNDL_ERROR 0x00000002 /* We need to take an error */ macro170 #define DMA_ERROR_P(regs) ((((regs)->cond_reg) & DMA_HNDL_ERROR))171 #define DMA_IRQ_P(regs) ((((regs)->cond_reg) & (DMA_HNDL_INTR | DMA_HNDL_ERROR)))
101 #define DMA_HNDL_ERROR 0x00000002 /* We need to take an error */ macro156 #define DMA_ERROR_P(regs) (sbus_readl((regs) + DMA_CSR) & DMA_HNDL_ERROR)157 #define DMA_IRQ_P(regs) ((sbus_readl((regs) + DMA_CSR)) & (DMA_HNDL_INTR | DMA_HNDL_ERROR))
148 #define DMA_HNDL_ERROR 0x00000002 /* We need to take an error */ macro199 #define DMA_ERROR_P(regs) ((((regs)->cond_reg) & DMA_HNDL_ERROR))200 #define DMA_IRQ_P(regs) ((((regs)->cond_reg) & (DMA_HNDL_INTR | DMA_HNDL_ERROR)))
441 if (!(csr & DMA_HNDL_ERROR)) { in init_restart_ledma()
397 (sbus_readl((__dregs)+DMA_CSR) & (DMA_HNDL_INTR|DMA_HNDL_ERROR))4206 if (sbus_readl(esp->dregs + DMA_CSR) & DMA_HNDL_ERROR) { in esp_handle()