Home
last modified time | relevance | path

Searched refs:S3C2410_CS3 (Results 1 – 9 of 9) sorted by relevance

/arch/arm/mach-s3c24xx/
Dotom.h18 #define OTOM_PA_CS8900A_BASE (S3C2410_CS3 + 0x01000000) /* nGCS3 +0x01000000 */
Dmach-rx3715.c56 .pfn = __phys_to_pfn(S3C2410_CS3),
61 .pfn = __phys_to_pfn(S3C2410_CS3),
Dmach-at2440evb.c118 [0] = DEFINE_RES_MEM(S3C2410_CS3, 4),
119 [1] = DEFINE_RES_MEM(S3C2410_CS3 + 4, 4),
Dmach-anubis.c231 [0] = DEFINE_RES_MEM(S3C2410_CS3, 8 * 32),
232 [2] = DEFINE_RES_MEM(S3C2410_CS3 + (1 << 26) + (6 * 32), 32),
Dmach-qt2410.c53 { 0xe0000000, __phys_to_pfn(S3C2410_CS3+0x01000000), SZ_1M, MT_DEVICE }
Dmach-vr1000.c59 #define PA_CS3(item) (__phys_to_pfn((item) + S3C2410_CS3))
Dmach-gta02.c96 .pfn = __phys_to_pfn(S3C2410_CS3 + 0x01000000),
Dmach-bast.c70 #define PA_CS3(item) (__phys_to_pfn((item) + S3C2410_CS3))
/arch/arm/mach-s3c24xx/include/mach/
Dmap.h118 #define S3C2410_CS3 (0x18000000) macro