Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330358
b: refs/heads/master
c: 0adbe66
h: refs/heads/master
v: v3
  • Loading branch information
Prabhakar Kushwaha authored and Kumar Gala committed Sep 12, 2012
1 parent efdbda5 commit 878403c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 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: f4dfef75adb12fec7693d0c469e2de6c7d45e975
refs/heads/master: 0adbe663bdf9d80a9ab1d225a5cc030fe2be10b5
14 changes: 8 additions & 6 deletions trunk/arch/powerpc/include/asm/fsl_ifc.h
Original file line number Diff line number Diff line change
Expand Up @@ -768,22 +768,24 @@ struct fsl_ifc_gpcm {
*/
struct fsl_ifc_regs {
__be32 ifc_rev;
u32 res1[0x3];
u32 res1[0x2];
struct {
__be32 cspr_ext;
__be32 cspr;
u32 res2[0x2];
u32 res2;
} cspr_cs[FSL_IFC_BANK_COUNT];
u32 res3[0x18];
u32 res3[0x19];
struct {
__be32 amask;
u32 res4[0x2];
} amask_cs[FSL_IFC_BANK_COUNT];
u32 res5[0x18];
u32 res5[0x17];
struct {
__be32 csor_ext;
__be32 csor;
u32 res6[0x2];
u32 res6;
} csor_cs[FSL_IFC_BANK_COUNT];
u32 res7[0x18];
u32 res7[0x19];
struct {
__be32 ftim[4];
u32 res8[0x8];
Expand Down

0 comments on commit 878403c

Please sign in to comment.