aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-mips/mach-au1x00/au1000.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-mips/mach-au1x00/au1000.h')
-rw-r--r--include/asm-mips/mach-au1x00/au1000.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/include/asm-mips/mach-au1x00/au1000.h b/include/asm-mips/mach-au1x00/au1000.h
index b37baf8cf624..a2a5168a443b 100644
--- a/include/asm-mips/mach-au1x00/au1000.h
+++ b/include/asm-mips/mach-au1x00/au1000.h
@@ -926,10 +926,12 @@ extern struct au1xxx_irqmap au1xxx_irq_map[];
926 926
927#endif /* CONFIG_SOC_AU1200 */ 927#endif /* CONFIG_SOC_AU1200 */
928 928
929#define AU1000_LAST_INTC0_INT 31 929#define AU1000_INTC0_INT_BASE (MIPS_CPU_IRQ_BASE + 0)
930#define AU1000_LAST_INTC1_INT 63 930#define AU1000_INTC0_INT_LAST (MIPS_CPU_IRQ_BASE + 31)
931#define AU1000_MAX_INTR 63 931#define AU1000_INTC1_INT_BASE (MIPS_CPU_IRQ_BASE + 32)
932#define INTX 0xFF /* not valid */ 932#define AU1000_INTC1_INT_LAST (MIPS_CPU_IRQ_BASE + 63)
933#define AU1000_MAX_INTR (MIPS_CPU_IRQ_BASE + 63)
934#define INTX 0xFF /* not valid */
933 935
934/* Programmable Counters 0 and 1 */ 936/* Programmable Counters 0 and 1 */
935#define SYS_BASE 0xB1900000 937#define SYS_BASE 0xB1900000