Home
last modified time | relevance | path

Searched refs:S3C2410_CS2 (Results 1 – 8 of 8) sorted by relevance

/arch/arm/mach-s3c24xx/
Dmach-smdk2443.c47 .pfn = __phys_to_pfn(S3C2410_CS2),
52 .pfn = __phys_to_pfn(S3C2410_CS2 + (1<<24)),
57 .pfn = __phys_to_pfn(S3C2410_CS2),
62 .pfn = __phys_to_pfn(S3C2410_CS2 + (1<<24)),
Dmach-smdk2440.c48 .pfn = __phys_to_pfn(S3C2410_CS2),
53 .pfn = __phys_to_pfn(S3C2410_CS2 + (1<<24)),
58 .pfn = __phys_to_pfn(S3C2410_CS2),
63 .pfn = __phys_to_pfn(S3C2410_CS2 + (1<<24)),
Dmach-smdk2416.c59 .pfn = __phys_to_pfn(S3C2410_CS2),
64 .pfn = __phys_to_pfn(S3C2410_CS2 + (1<<24)),
69 .pfn = __phys_to_pfn(S3C2410_CS2),
74 .pfn = __phys_to_pfn(S3C2410_CS2 + (1<<24)),
Dmach-anubis.c291 [0] = DEFINE_RES_MEM(S3C2410_CS2, SZ_8M),
292 [1] = DEFINE_RES_MEM(S3C2410_CS2 + SZ_64M - SZ_2M, SZ_2M),
Dmach-bast.c69 #define PA_CS2(item) (__phys_to_pfn((item) + S3C2410_CS2))
329 #define SERIAL_BASE (S3C2410_CS2 + BAST_PA_SUPERIO)
Dmach-vr1000.c58 #define PA_CS2(item) (__phys_to_pfn((item) + S3C2410_CS2))
Dmach-h1940.c68 #define H1940_PA_LATCH S3C2410_CS2
/arch/arm/mach-s3c24xx/include/mach/
Dmap.h117 #define S3C2410_CS2 (0x10000000) macro