diff options
Diffstat (limited to 'arch/sh/include/cpu-sh4/cpu/addrspace.h')
-rw-r--r-- | arch/sh/include/cpu-sh4/cpu/addrspace.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/sh/include/cpu-sh4/cpu/addrspace.h b/arch/sh/include/cpu-sh4/cpu/addrspace.h index a3fa733c1c7d..d51da25da72c 100644 --- a/arch/sh/include/cpu-sh4/cpu/addrspace.h +++ b/arch/sh/include/cpu-sh4/cpu/addrspace.h | |||
@@ -28,6 +28,15 @@ | |||
28 | #define P4SEG_TLB_DATA 0xf7000000 | 28 | #define P4SEG_TLB_DATA 0xf7000000 |
29 | #define P4SEG_REG_BASE 0xff000000 | 29 | #define P4SEG_REG_BASE 0xff000000 |
30 | 30 | ||
31 | #define PA_AREA0 0x00000000 | ||
32 | #define PA_AREA1 0x04000000 | ||
33 | #define PA_AREA2 0x08000000 | ||
34 | #define PA_AREA3 0x0c000000 | ||
35 | #define PA_AREA4 0x10000000 | ||
36 | #define PA_AREA5 0x14000000 | ||
37 | #define PA_AREA6 0x18000000 | ||
38 | #define PA_AREA7 0x1c000000 | ||
39 | |||
31 | #define PA_AREA5_IO 0xb4000000 /* Area 5 IO Memory */ | 40 | #define PA_AREA5_IO 0xb4000000 /* Area 5 IO Memory */ |
32 | #define PA_AREA6_IO 0xb8000000 /* Area 6 IO Memory */ | 41 | #define PA_AREA6_IO 0xb8000000 /* Area 6 IO Memory */ |
33 | 42 | ||