Home
last modified time | relevance | path

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

/arch/arm/mach-s3c24xx/
Dmach-smdk2443.c53 .pfn = __phys_to_pfn(S3C2410_CS2),
58 .pfn = __phys_to_pfn(S3C2410_CS2 + (1<<24)),
63 .pfn = __phys_to_pfn(S3C2410_CS2),
68 .pfn = __phys_to_pfn(S3C2410_CS2 + (1<<24)),
Dmach-smdk2440.c53 .pfn = __phys_to_pfn(S3C2410_CS2),
58 .pfn = __phys_to_pfn(S3C2410_CS2 + (1<<24)),
63 .pfn = __phys_to_pfn(S3C2410_CS2),
68 .pfn = __phys_to_pfn(S3C2410_CS2 + (1<<24)),
Dmach-smdk2416.c65 .pfn = __phys_to_pfn(S3C2410_CS2),
70 .pfn = __phys_to_pfn(S3C2410_CS2 + (1<<24)),
75 .pfn = __phys_to_pfn(S3C2410_CS2),
80 .pfn = __phys_to_pfn(S3C2410_CS2 + (1<<24)),
Dmach-anubis.c295 [0] = DEFINE_RES_MEM(S3C2410_CS2, SZ_8M),
296 [1] = DEFINE_RES_MEM(S3C2410_CS2 + SZ_64M - SZ_2M, SZ_2M),
Dmach-bast.c74 #define PA_CS2(item) (__phys_to_pfn((item) + S3C2410_CS2))
333 #define SERIAL_BASE (S3C2410_CS2 + BAST_PA_SUPERIO)
Dmach-vr1000.c63 #define PA_CS2(item) (__phys_to_pfn((item) + S3C2410_CS2))
Dmach-h1940.c72 #define H1940_PA_LATCH S3C2410_CS2
/arch/arm/mach-s3c24xx/include/mach/
Dmap.h131 #define S3C2410_CS2 (0x10000000) macro