Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119799
b: refs/heads/master
c: 82676d7
h: refs/heads/master
i:
  119797: 88bfb84
  119795: 482ffb6
  119791: 095b81a
v: v3
  • Loading branch information
Saeed Bishara authored and Nicolas Pitre committed Dec 2, 2008
1 parent e6aed7e commit 89dfbd4
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 020f97063dd68a8e3b9aac928ac49a438b7416ce
refs/heads/master: 82676d76252680fc035247fd4cfdb07ffce5db52
2 changes: 1 addition & 1 deletion trunk/arch/arm/plat-orion/pcie.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#define PCIE_CONF_REG(r) ((((r) & 0xf00) << 16) | ((r) & 0xfc))
#define PCIE_CONF_BUS(b) (((b) & 0xff) << 16)
#define PCIE_CONF_DEV(d) (((d) & 0x1f) << 11)
#define PCIE_CONF_FUNC(f) (((f) & 0x3) << 8)
#define PCIE_CONF_FUNC(f) (((f) & 0x7) << 8)
#define PCIE_CONF_DATA_OFF 0x18fc
#define PCIE_MASK_OFF 0x1910
#define PCIE_CTRL_OFF 0x1a00
Expand Down

0 comments on commit 89dfbd4

Please sign in to comment.