Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 46137
b: refs/heads/master
c: fd046eb
h: refs/heads/master
i:
  46135: eb84174
v: v3
  • Loading branch information
Alexander Bigga authored and Ralf Baechle committed Feb 6, 2007
1 parent e761ab3 commit 0b00363
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 37f26742437df885ddd72150ab352d0a931cd3a7
refs/heads/master: fd046eb5378f2bc59851fcbc91957d01529fc3db
12 changes: 6 additions & 6 deletions trunk/include/asm-mips/mach-au1x00/au1000.h
Original file line number Diff line number Diff line change
Expand Up @@ -1665,12 +1665,12 @@ extern au1xxx_irq_map_t au1xxx_irq_map[];
* addresses. For PCI IO, it's simpler because we get to do the ioremap
* ourselves and then adjust the device's resources.
*/
#define Au1500_EXT_CFG ((resource_size_t) 0x600000000ULL)
#define Au1500_EXT_CFG_TYPE1 ((resource_size_t) 0x680000000ULL)
#define Au1500_PCI_IO_START ((resource_size_t) 0x500000000ULL)
#define Au1500_PCI_IO_END ((resource_size_t) 0x5000FFFFFULL)
#define Au1500_PCI_MEM_START ((resource_size_t) 0x440000000ULL)
#define Au1500_PCI_MEM_END ((resource_size_t) 0x44FFFFFFFULL)
#define Au1500_EXT_CFG 0x600000000ULL
#define Au1500_EXT_CFG_TYPE1 0x680000000ULL
#define Au1500_PCI_IO_START 0x500000000ULL
#define Au1500_PCI_IO_END 0x5000FFFFFULL
#define Au1500_PCI_MEM_START 0x440000000ULL
#define Au1500_PCI_MEM_END 0x44FFFFFFFULL

#define PCI_IO_START (Au1500_PCI_IO_START + 0x1000)
#define PCI_IO_END (Au1500_PCI_IO_END)
Expand Down

0 comments on commit 0b00363

Please sign in to comment.