aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/asm-mips/mach-au1x00/au1000.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/asm-mips/mach-au1x00/au1000.h b/include/asm-mips/mach-au1x00/au1000.h
index 43beeaa77b10..58fca8a5a9a6 100644
--- a/include/asm-mips/mach-au1x00/au1000.h
+++ b/include/asm-mips/mach-au1x00/au1000.h
@@ -1665,12 +1665,12 @@ extern au1xxx_irq_map_t au1xxx_irq_map[];
1665 * addresses. For PCI IO, it's simpler because we get to do the ioremap 1665 * addresses. For PCI IO, it's simpler because we get to do the ioremap
1666 * ourselves and then adjust the device's resources. 1666 * ourselves and then adjust the device's resources.
1667 */ 1667 */
1668#define Au1500_EXT_CFG ((resource_size_t) 0x600000000ULL) 1668#define Au1500_EXT_CFG 0x600000000ULL
1669#define Au1500_EXT_CFG_TYPE1 ((resource_size_t) 0x680000000ULL) 1669#define Au1500_EXT_CFG_TYPE1 0x680000000ULL
1670#define Au1500_PCI_IO_START ((resource_size_t) 0x500000000ULL) 1670#define Au1500_PCI_IO_START 0x500000000ULL
1671#define Au1500_PCI_IO_END ((resource_size_t) 0x5000FFFFFULL) 1671#define Au1500_PCI_IO_END 0x5000FFFFFULL
1672#define Au1500_PCI_MEM_START ((resource_size_t) 0x440000000ULL) 1672#define Au1500_PCI_MEM_START 0x440000000ULL
1673#define Au1500_PCI_MEM_END ((resource_size_t) 0x44FFFFFFFULL) 1673#define Au1500_PCI_MEM_END 0x44FFFFFFFULL
1674 1674
1675#define PCI_IO_START (Au1500_PCI_IO_START + 0x1000) 1675#define PCI_IO_START (Au1500_PCI_IO_START + 0x1000)
1676#define PCI_IO_END (Au1500_PCI_IO_END) 1676#define PCI_IO_END (Au1500_PCI_IO_END)