Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 70890
b: refs/heads/master
c: 07e6e93
h: refs/heads/master
v: v3
  • Loading branch information
Sylvain Munaut authored and Grant Likely committed Oct 16, 2007
1 parent 79d03e2 commit 3b79f80
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1088a20998a1091b22b42cf3dc2f5f1be4faaead
refs/heads/master: 07e6e93136ca61f071c819c69e1ec5bff9fda46f
10 changes: 8 additions & 2 deletions trunk/include/asm-ppc/mpc52xx_psc.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
#define MPC52xx_PSC_MAXNUM 6

/* Programmable Serial Controller (PSC) status register bits */
#define MPC52xx_PSC_SR_UNEX_RX 0x0001
#define MPC52xx_PSC_SR_DATA_VAL 0x0002
#define MPC52xx_PSC_SR_DATA_OVR 0x0004
#define MPC52xx_PSC_SR_CMDSEND 0x0008
#define MPC52xx_PSC_SR_CDE 0x0080
#define MPC52xx_PSC_SR_RXRDY 0x0100
#define MPC52xx_PSC_SR_RXFULL 0x0200
Expand Down Expand Up @@ -132,8 +136,10 @@ struct mpc52xx_psc {
u8 reserved5[3];
u8 ctlr; /* PSC + 0x1c */
u8 reserved6[3];
u16 ccr; /* PSC + 0x20 */
u8 reserved7[14];
u32 ccr; /* PSC + 0x20 */
u32 ac97_slots; /* PSC + 0x24 */
u32 ac97_cmd; /* PSC + 0x28 */
u32 ac97_data; /* PSC + 0x2c */
u8 ivr; /* PSC + 0x30 */
u8 reserved8[3];
u8 ip; /* PSC + 0x34 */
Expand Down

0 comments on commit 3b79f80

Please sign in to comment.