X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-arm%2Farch-ebsa285%2Fhardware.h;h=2ef2200f108cd8f18ac9e5865c01683290582ac5;hb=987b0145d94eecf292d8b301228356f44611ab7c;hp=ec51fe92483b13e12485f7753a6db86b0293b613;hpb=f7ed79d23a47594e7834d66a8f14449796d4f3e6;p=linux-2.6.git diff --git a/include/asm-arm/arch-ebsa285/hardware.h b/include/asm-arm/arch-ebsa285/hardware.h index ec51fe924..2ef2200f1 100644 --- a/include/asm-arm/arch-ebsa285/hardware.h +++ b/include/asm-arm/arch-ebsa285/hardware.h @@ -48,6 +48,9 @@ #define PCICFG0_SIZE 0x01000000 #define PCICFG0_BASE 0xfa000000 +#define FLUSH_SIZE 0x00100000 +#define FLUSH_BASE 0xf9000000 + #define PCIMEM_SIZE 0x01000000 #define PCIMEM_BASE 0xf0000000 @@ -58,6 +61,9 @@ #define PCIMEM_SIZE 0x80000000 #define PCIMEM_BASE 0x80000000 +#define FLUSH_SIZE 0x00100000 +#define FLUSH_BASE 0x7e000000 + #define WFLUSH_SIZE 0x01000000 #define WFLUSH_BASE 0x7d000000 @@ -88,6 +94,7 @@ #define XBUS_SWITCH_J17_11 ((*XBUS_SWITCH) & (1 << 5)) #define XBUS_SWITCH_J17_9 ((*XBUS_SWITCH) & (1 << 6)) +#define FLUSH_BASE_PHYS 0x50000000 #define UNCACHEABLE_ADDR (ARMCSR_BASE + 0x108)