|
@@ -18,8 +18,8 @@
|
|
#define __IXDP2X01_H__
|
|
#define __IXDP2X01_H__
|
|
|
|
|
|
#define IXDP2X01_PHYS_CPLD_BASE 0xc6024000
|
|
#define IXDP2X01_PHYS_CPLD_BASE 0xc6024000
|
|
-#define IXDP2X01_VIRT_CPLD_BASE 0xfafff000
|
|
|
|
-#define IXDP2X01_CPLD_REGION_SIZE 0x00001000
|
|
|
|
|
|
+#define IXDP2X01_VIRT_CPLD_BASE 0xfe000000
|
|
|
|
+#define IXDP2X01_CPLD_REGION_SIZE 0x00100000
|
|
|
|
|
|
#define IXDP2X01_CPLD_VIRT_REG(reg) (volatile unsigned long*)(IXDP2X01_VIRT_CPLD_BASE | reg)
|
|
#define IXDP2X01_CPLD_VIRT_REG(reg) (volatile unsigned long*)(IXDP2X01_VIRT_CPLD_BASE | reg)
|
|
#define IXDP2X01_CPLD_PHYS_REG(reg) (volatile u32*)(IXDP2X01_PHYS_CPLD_BASE | reg)
|
|
#define IXDP2X01_CPLD_PHYS_REG(reg) (volatile u32*)(IXDP2X01_PHYS_CPLD_BASE | reg)
|