Lines Matching refs:IRQ_BASE
18 #define IRQ_BASE (IO_BASE_2 + 0x1000) macro
23 #define IRQ_STATUS (*(volatile unsigned long *) (IRQ_BASE + 0x000))
24 #define IRQ_RAWSTATUS (*(volatile unsigned long *) (IRQ_BASE + 0x004))
25 #define IRQ_ENABLE (*(volatile unsigned long *) (IRQ_BASE + 0x008))
26 #define IRQ_ENABLECLEAR (*(volatile unsigned long *) (IRQ_BASE + 0x00c))
27 #define IRQ_SOFT (*(volatile unsigned long *) (IRQ_BASE + 0x010))
28 #define IRQ_SOURCESEL (*(volatile unsigned long *) (IRQ_BASE + 0x018))
33 #define FIQ_STATUS (*(volatile unsigned long *) (IRQ_BASE + 0x100))
34 #define FIQ_RAWSTATUS (*(volatile unsigned long *) (IRQ_BASE + 0x104))
35 #define FIQ_ENABLE (*(volatile unsigned long *) (IRQ_BASE + 0x108))
36 #define FIQ_ENABLECLEAR (*(volatile unsigned long *) (IRQ_BASE + 0x10c))
37 #define FIQ_SOFT (*(volatile unsigned long *) (IRQ_BASE + 0x110))
38 #define FIQ_SOURCESEL (*(volatile unsigned long *) (IRQ_BASE + 0x118))