diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-ppc/ibm44x.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/include/asm-ppc/ibm44x.h b/include/asm-ppc/ibm44x.h index 197a9ff23dd5..0c2ba03a1d49 100644 --- a/include/asm-ppc/ibm44x.h +++ b/include/asm-ppc/ibm44x.h | |||
| @@ -302,6 +302,23 @@ | |||
| 302 | #define MALOBISR_CH0 0x80000000 /* EOB channel 1 bit */ | 302 | #define MALOBISR_CH0 0x80000000 /* EOB channel 1 bit */ |
| 303 | #define MALOBISR_CH2 0x40000000 /* EOB channel 2 bit */ | 303 | #define MALOBISR_CH2 0x40000000 /* EOB channel 2 bit */ |
| 304 | 304 | ||
| 305 | #if defined(CONFIG_440SP) | ||
| 306 | /* 440SP PLB Arbiter DCRs */ | ||
| 307 | #define DCRN_PLB_REVID 0x080 /* PLB Revision ID */ | ||
| 308 | #define DCRN_PLB_CCR 0x088 /* PLB Crossbar Control */ | ||
| 309 | |||
| 310 | #define DCRN_PLB0_ACR 0x081 /* PLB Arbiter Control */ | ||
| 311 | #define DCRN_PLB0_BESRL 0x082 /* PLB Error Status */ | ||
| 312 | #define DCRN_PLB0_BESRH 0x083 /* PLB Error Status */ | ||
| 313 | #define DCRN_PLB0_BEARL 0x084 /* PLB Error Address Low */ | ||
| 314 | #define DCRN_PLB0_BEARH 0x085 /* PLB Error Address High */ | ||
| 315 | |||
| 316 | #define DCRN_PLB1_ACR 0x089 /* PLB Arbiter Control */ | ||
| 317 | #define DCRN_PLB1_BESRL 0x08a /* PLB Error Status */ | ||
| 318 | #define DCRN_PLB1_BESRH 0x08b /* PLB Error Status */ | ||
| 319 | #define DCRN_PLB1_BEARL 0x08c /* PLB Error Address Low */ | ||
| 320 | #define DCRN_PLB1_BEARH 0x08d /* PLB Error Address High */ | ||
| 321 | #else | ||
| 305 | /* 440GP/GX PLB Arbiter DCRs */ | 322 | /* 440GP/GX PLB Arbiter DCRs */ |
| 306 | #define DCRN_PLB0_REVID 0x082 /* PLB Arbiter Revision ID */ | 323 | #define DCRN_PLB0_REVID 0x082 /* PLB Arbiter Revision ID */ |
| 307 | #define DCRN_PLB0_ACR 0x083 /* PLB Arbiter Control */ | 324 | #define DCRN_PLB0_ACR 0x083 /* PLB Arbiter Control */ |
| @@ -309,6 +326,7 @@ | |||
| 309 | #define DCRN_PLB0_BEARL 0x086 /* PLB Error Address Low */ | 326 | #define DCRN_PLB0_BEARL 0x086 /* PLB Error Address Low */ |
| 310 | #define DCRN_PLB0_BEAR DCRN_PLB0_BEARL /* 40x compatibility */ | 327 | #define DCRN_PLB0_BEAR DCRN_PLB0_BEARL /* 40x compatibility */ |
| 311 | #define DCRN_PLB0_BEARH 0x087 /* PLB Error Address High */ | 328 | #define DCRN_PLB0_BEARH 0x087 /* PLB Error Address High */ |
| 329 | #endif | ||
| 312 | 330 | ||
| 313 | /* 440GP/GX PLB to OPB bridge DCRs */ | 331 | /* 440GP/GX PLB to OPB bridge DCRs */ |
| 314 | #define DCRN_POB0_BESR0 0x090 | 332 | #define DCRN_POB0_BESR0 0x090 |
