aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/mach-bcm63xx/bcm63xx_irq.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/include/asm/mach-bcm63xx/bcm63xx_irq.h')
-rw-r--r--arch/mips/include/asm/mach-bcm63xx/bcm63xx_irq.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/arch/mips/include/asm/mach-bcm63xx/bcm63xx_irq.h b/arch/mips/include/asm/mach-bcm63xx/bcm63xx_irq.h
index 0c3074b871b..5f95577c821 100644
--- a/arch/mips/include/asm/mach-bcm63xx/bcm63xx_irq.h
+++ b/arch/mips/include/asm/mach-bcm63xx/bcm63xx_irq.h
@@ -3,11 +3,13 @@
3 3
4#include <bcm63xx_cpu.h> 4#include <bcm63xx_cpu.h>
5 5
6#define IRQ_MIPS_BASE 0
6#define IRQ_INTERNAL_BASE 8 7#define IRQ_INTERNAL_BASE 8
7#define IRQ_EXTERNAL_BASE 100 8
8#define IRQ_EXT_0 (IRQ_EXTERNAL_BASE + 0) 9#define IRQ_EXT_BASE (IRQ_MIPS_BASE + 3)
9#define IRQ_EXT_1 (IRQ_EXTERNAL_BASE + 1) 10#define IRQ_EXT_0 (IRQ_EXT_BASE + 0)
10#define IRQ_EXT_2 (IRQ_EXTERNAL_BASE + 2) 11#define IRQ_EXT_1 (IRQ_EXT_BASE + 1)
11#define IRQ_EXT_3 (IRQ_EXTERNAL_BASE + 3) 12#define IRQ_EXT_2 (IRQ_EXT_BASE + 2)
13#define IRQ_EXT_3 (IRQ_EXT_BASE + 3)
12 14
13#endif /* ! BCM63XX_IRQ_H_ */ 15#endif /* ! BCM63XX_IRQ_H_ */