Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330362
b: refs/heads/master
c: 6cc1b4e
h: refs/heads/master
v: v3
  • Loading branch information
Roy Zang authored and Kumar Gala committed Sep 12, 2012
1 parent 89d9eff commit b8bf846
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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: c8c4e2c3d911cb004db1ae8483df3795d8d20459
refs/heads/master: 6cc1b4e931f8d8dccdcdb05b758a7d1178ad6b49
5 changes: 4 additions & 1 deletion trunk/arch/powerpc/sysdev/fsl_pci.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

#define PCIE_LTSSM 0x0404 /* PCIE Link Training and Status */
#define PCIE_LTSSM_L0 0x16 /* L0 state */
#define PCIE_IP_REV_2_2 0x02080202 /* PCIE IP block version Rev2.2 */
#define PIWAR_EN 0x80000000 /* Enable */
#define PIWAR_PF 0x20000000 /* prefetch */
#define PIWAR_TGI_LOCAL 0x00f00000 /* target - local memory */
Expand Down Expand Up @@ -57,7 +58,9 @@ struct ccsr_pci {
__be32 pex_pme_mes_disr; /* 0x.024 - PCIE PME and message disable register */
__be32 pex_pme_mes_ier; /* 0x.028 - PCIE PME and message interrupt enable register */
__be32 pex_pmcr; /* 0x.02c - PCIE power management command register */
u8 res3[3024];
u8 res3[3016];
__be32 block_rev1; /* 0x.bf8 - PCIE Block Revision register 1 */
__be32 block_rev2; /* 0x.bfc - PCIE Block Revision register 2 */

/* PCI/PCI Express outbound window 0-4
* Window 0 is the default window and is the only window enabled upon reset.
Expand Down

0 comments on commit b8bf846

Please sign in to comment.