Home
last modified time | relevance | path

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

/linux/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/arch/sparc/include/asm/
H A Ddma.h34 #define DMA_HNDL_ERROR 0x00000002 /* We need to take an error */ macro