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

/linux-master/arch/sparc/include/asm/
H A Ddma.h34 #define DMA_HNDL_ERROR 0x00000002 /* We need to take an error */ macro
/linux-master/arch/m68k/include/asm/
H A Ddvma.h152 #define DMA_HNDL_ERROR 0x00000002 /* We need to take an error */ macro
203 #define DMA_ERROR_P(regs) ((((regs)->cond_reg) & DMA_HNDL_ERROR))
204 #define DMA_IRQ_P(regs) ((((regs)->cond_reg) & (DMA_HNDL_INTR | DMA_HNDL_ERROR)))
/linux-master/drivers/scsi/
H A Dsun3x_esp.c66 if (dma_read32(DMA_CSR) & (DMA_HNDL_INTR | DMA_HNDL_ERROR))
153 if (csr & DMA_HNDL_ERROR)
H A Dsun_esp.c217 if (dma_read32(DMA_CSR) & (DMA_HNDL_INTR | DMA_HNDL_ERROR))
435 if (csr & DMA_HNDL_ERROR)
/linux-master/drivers/net/ethernet/amd/
H A Dsunlance.c438 if (!(csr & DMA_HNDL_ERROR)) {

Completed in 226 milliseconds