Searched refs:IRQ_BASE (Results 1 – 2 of 2) sorted by relevance
18 #define IRQ_BASE (IO_BASE_2 + 0x1000) macro23 #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))[all …]
461 #define IRQ_BASE(x) (x<<12) macro