Home
last modified time | relevance | path

Searched refs:DMA_HNDL_ERROR (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/include/asm-sparc/
Ddma.h113 #define DMA_HNDL_ERROR 0x00000002 /* We need to take an error */ macro
170 #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)))
/linux-2.4.37.9/include/asm-sparc64/
Ddma.h101 #define DMA_HNDL_ERROR 0x00000002 /* We need to take an error */ macro
156 #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))
/linux-2.4.37.9/include/asm-m68k/
Ddvma.h148 #define DMA_HNDL_ERROR 0x00000002 /* We need to take an error */ macro
199 #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)))
/linux-2.4.37.9/drivers/net/
Dsunlance.c441 if (!(csr & DMA_HNDL_ERROR)) { in init_restart_ledma()
/linux-2.4.37.9/drivers/scsi/
Desp.c397 (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()