Searched refs:DMA_HNDL_INTR (Results 1 - 7 of 7) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc/
H A Ddma.h112 #define DMA_HNDL_INTR 0x00000001 /* An IRQ needs to be handled */ macro
171 #define DMA_IRQ_P(regs) ((((regs)->cond_reg) & (DMA_HNDL_INTR | DMA_HNDL_ERROR)))
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc/
H A Ddma.h112 #define DMA_HNDL_INTR 0x00000001 /* An IRQ needs to be handled */ macro
171 #define DMA_IRQ_P(regs) ((((regs)->cond_reg) & (DMA_HNDL_INTR | DMA_HNDL_ERROR)))
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-m68k/
H A Ddvma.h143 #define DMA_HNDL_INTR 0x00000001 /* An IRQ needs to be handled */ macro
196 #define DMA_IRQ_P(regs) ((((regs)->cond_reg) & (DMA_HNDL_INTR | DMA_HNDL_ERROR)))
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc64/
H A Ddma.h100 #define DMA_HNDL_INTR 0x00000001 /* An IRQ needs to be handled */ macro
157 #define DMA_IRQ_P(regs) (((sbus_readl((regs) + DMA_CSR)) & (DMA_HNDL_INTR | DMA_HNDL_ERROR)))
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-m68k/
H A Ddvma.h143 #define DMA_HNDL_INTR 0x00000001 /* An IRQ needs to be handled */ macro
196 #define DMA_IRQ_P(regs) ((((regs)->cond_reg) & (DMA_HNDL_INTR | DMA_HNDL_ERROR)))
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc64/
H A Ddma.h100 #define DMA_HNDL_INTR 0x00000001 /* An IRQ needs to be handled */ macro
157 #define DMA_IRQ_P(regs) (((sbus_readl((regs) + DMA_CSR)) & (DMA_HNDL_INTR | DMA_HNDL_ERROR)))
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Desp.c397 (sbus_readl((__dregs)+DMA_CSR) & (DMA_HNDL_INTR|DMA_HNDL_ERROR))

Completed in 101 milliseconds