diff options
author | Andrew Isaacson <adi@broadcom.com> | 2005-10-20 02:55:11 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:32:45 -0400 |
commit | 4cbf2beac2265b3619be9c8e88ff4ff45b49d7c2 (patch) | |
tree | fa7701264e60759b080b7953bcfad081a51e63d2 /include/asm-mips/sibyte/sb1250_int.h | |
parent | d121ced21d79eab7726bfe6b1e33da4ae86072c0 (diff) |
BCM1480 headers
Add header files for BCM1480/1280/1455/1255 family of chips, and
update sb1250 headers which are shared by BCM1480 family.
Signed-Off-By: Andy Isaacson <adi@broadcom.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/include/asm-mips/sibyte/bcm1480_int.h b/include/asm-mips/sibyte/bcm1480_int.h
new file mode 100644
Diffstat (limited to 'include/asm-mips/sibyte/sb1250_int.h')
-rw-r--r-- | include/asm-mips/sibyte/sb1250_int.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-mips/sibyte/sb1250_int.h b/include/asm-mips/sibyte/sb1250_int.h index e173e2ea4c98..f631fe05a44c 100644 --- a/include/asm-mips/sibyte/sb1250_int.h +++ b/include/asm-mips/sibyte/sb1250_int.h | |||
@@ -47,6 +47,10 @@ | |||
47 | * First, the interrupt numbers. | 47 | * First, the interrupt numbers. |
48 | */ | 48 | */ |
49 | 49 | ||
50 | #if SIBYTE_HDR_FEATURE_1250_112x | ||
51 | |||
52 | #define K_INT_SOURCES 64 | ||
53 | |||
50 | #define K_INT_WATCHDOG_TIMER_0 0 | 54 | #define K_INT_WATCHDOG_TIMER_0 0 |
51 | #define K_INT_WATCHDOG_TIMER_1 1 | 55 | #define K_INT_WATCHDOG_TIMER_1 1 |
52 | #define K_INT_TIMER_0 2 | 56 | #define K_INT_TIMER_0 2 |
@@ -244,4 +248,6 @@ | |||
244 | #define M_LDTVECT_RAISEMBOX 0x40 | 248 | #define M_LDTVECT_RAISEMBOX 0x40 |
245 | 249 | ||
246 | 250 | ||
251 | #endif /* 1250/112x */ | ||
252 | |||
247 | #endif | 253 | #endif |