diff options
Diffstat (limited to 'include/asm-powerpc')
-rw-r--r-- | include/asm-powerpc/mpc52xx_psc.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/include/asm-powerpc/mpc52xx_psc.h b/include/asm-powerpc/mpc52xx_psc.h index 710c5d36efaa..5467c2c0faa7 100644 --- a/include/asm-powerpc/mpc52xx_psc.h +++ b/include/asm-powerpc/mpc52xx_psc.h | |||
@@ -132,8 +132,12 @@ struct mpc52xx_psc { | |||
132 | u8 reserved5[3]; | 132 | u8 reserved5[3]; |
133 | u8 ctlr; /* PSC + 0x1c */ | 133 | u8 ctlr; /* PSC + 0x1c */ |
134 | u8 reserved6[3]; | 134 | u8 reserved6[3]; |
135 | u16 ccr; /* PSC + 0x20 */ | 135 | /* BitClkDiv field of CCR is byte swapped in |
136 | u8 reserved7[14]; | 136 | * the hardware for mpc5200/b compatibility */ |
137 | u32 ccr; /* PSC + 0x20 */ | ||
138 | u32 ac97_slots; /* PSC + 0x24 */ | ||
139 | u32 ac97_cmd; /* PSC + 0x28 */ | ||
140 | u32 ac97_data; /* PSC + 0x2c */ | ||
137 | u8 ivr; /* PSC + 0x30 */ | 141 | u8 ivr; /* PSC + 0x30 */ |
138 | u8 reserved8[3]; | 142 | u8 reserved8[3]; |
139 | u8 ip; /* PSC + 0x34 */ | 143 | u8 ip; /* PSC + 0x34 */ |