Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106081
b: refs/heads/master
c: 6a4a636
h: refs/heads/master
i:
  106079: 20a7612
v: v3
  • Loading branch information
Jon Smirl authored and Grant Likely committed Jul 22, 2008
1 parent 108190c commit 280f330
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 11d579ee0a19052a5a90ebfe0c39e7ed8ce8a9dc
refs/heads/master: 6a4a636fad018500c5db7a2b56a00caeb21cbb2c
8 changes: 6 additions & 2 deletions trunk/include/asm-powerpc/mpc52xx_psc.h
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,12 @@ struct mpc52xx_psc {
u8 reserved5[3];
u8 ctlr; /* PSC + 0x1c */
u8 reserved6[3];
u16 ccr; /* PSC + 0x20 */
u8 reserved7[14];
/* BitClkDiv field of CCR is byte swapped in
* the hardware for mpc5200/b compatibility */
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 280f330

Please sign in to comment.