diff options
Diffstat (limited to 'arch/mips/include/asm/mach-bcm63xx/bcm63xx_regs.h')
-rw-r--r-- | arch/mips/include/asm/mach-bcm63xx/bcm63xx_regs.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/arch/mips/include/asm/mach-bcm63xx/bcm63xx_regs.h b/arch/mips/include/asm/mach-bcm63xx/bcm63xx_regs.h index 3ea2681c162d..25676cdeb30f 100644 --- a/arch/mips/include/asm/mach-bcm63xx/bcm63xx_regs.h +++ b/arch/mips/include/asm/mach-bcm63xx/bcm63xx_regs.h | |||
@@ -88,10 +88,16 @@ | |||
88 | #define SYS_PLL_SOFT_RESET 0x1 | 88 | #define SYS_PLL_SOFT_RESET 0x1 |
89 | 89 | ||
90 | /* Interrupt Mask register */ | 90 | /* Interrupt Mask register */ |
91 | #define PERF_IRQMASK_REG 0xc | 91 | #define PERF_IRQMASK_6338_REG 0xc |
92 | #define PERF_IRQMASK_6345_REG 0xc | ||
93 | #define PERF_IRQMASK_6348_REG 0xc | ||
94 | #define PERF_IRQMASK_6358_REG 0xc | ||
92 | 95 | ||
93 | /* Interrupt Status register */ | 96 | /* Interrupt Status register */ |
94 | #define PERF_IRQSTAT_REG 0x10 | 97 | #define PERF_IRQSTAT_6338_REG 0x10 |
98 | #define PERF_IRQSTAT_6345_REG 0x10 | ||
99 | #define PERF_IRQSTAT_6348_REG 0x10 | ||
100 | #define PERF_IRQSTAT_6358_REG 0x10 | ||
95 | 101 | ||
96 | /* External Interrupt Configuration register */ | 102 | /* External Interrupt Configuration register */ |
97 | #define PERF_EXTIRQ_CFG_REG 0x14 | 103 | #define PERF_EXTIRQ_CFG_REG 0x14 |