diff options
author | Paul Mackerras <paulus@samba.org> | 2007-10-17 08:31:13 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-10-17 08:31:13 -0400 |
commit | 4acadb965c4aa587aac29a0a91203c4745d6fb4e (patch) | |
tree | d2284b40a6b8948947890e1ca33ae23545b6e5a7 /include | |
parent | 5cae826e9e54a31f06b4c11b73f4af29e2ea4932 (diff) | |
parent | b147d93d62d161559a49e0108767122caa4d2576 (diff) |
Merge branch 'for-2.6.24' of git://git.secretlab.ca/git/linux-2.6-mpc52xx into merge
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-ppc/mpc52xx_psc.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/include/asm-ppc/mpc52xx_psc.h b/include/asm-ppc/mpc52xx_psc.h index 9d850b2b20b8..c82b8d49a7da 100644 --- a/include/asm-ppc/mpc52xx_psc.h +++ b/include/asm-ppc/mpc52xx_psc.h | |||
@@ -28,6 +28,10 @@ | |||
28 | #define MPC52xx_PSC_MAXNUM 6 | 28 | #define MPC52xx_PSC_MAXNUM 6 |
29 | 29 | ||
30 | /* Programmable Serial Controller (PSC) status register bits */ | 30 | /* Programmable Serial Controller (PSC) status register bits */ |
31 | #define MPC52xx_PSC_SR_UNEX_RX 0x0001 | ||
32 | #define MPC52xx_PSC_SR_DATA_VAL 0x0002 | ||
33 | #define MPC52xx_PSC_SR_DATA_OVR 0x0004 | ||
34 | #define MPC52xx_PSC_SR_CMDSEND 0x0008 | ||
31 | #define MPC52xx_PSC_SR_CDE 0x0080 | 35 | #define MPC52xx_PSC_SR_CDE 0x0080 |
32 | #define MPC52xx_PSC_SR_RXRDY 0x0100 | 36 | #define MPC52xx_PSC_SR_RXRDY 0x0100 |
33 | #define MPC52xx_PSC_SR_RXFULL 0x0200 | 37 | #define MPC52xx_PSC_SR_RXFULL 0x0200 |
@@ -132,8 +136,10 @@ struct mpc52xx_psc { | |||
132 | u8 reserved5[3]; | 136 | u8 reserved5[3]; |
133 | u8 ctlr; /* PSC + 0x1c */ | 137 | u8 ctlr; /* PSC + 0x1c */ |
134 | u8 reserved6[3]; | 138 | u8 reserved6[3]; |
135 | u16 ccr; /* PSC + 0x20 */ | 139 | u32 ccr; /* PSC + 0x20 */ |
136 | u8 reserved7[14]; | 140 | u32 ac97_slots; /* PSC + 0x24 */ |
141 | u32 ac97_cmd; /* PSC + 0x28 */ | ||
142 | u32 ac97_data; /* PSC + 0x2c */ | ||
137 | u8 ivr; /* PSC + 0x30 */ | 143 | u8 ivr; /* PSC + 0x30 */ |
138 | u8 reserved8[3]; | 144 | u8 reserved8[3]; |
139 | u8 ip; /* PSC + 0x34 */ | 145 | u8 ip; /* PSC + 0x34 */ |