Searched refs:S3C2410_CS5 (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/arch/arm/mach-s3c24xx/ |
D | bast.h | 78 #define BAST_PA_CTRL1 (S3C2410_CS5 | 0x7800000) 91 #define BAST_PA_PC104_IRQREQ (S3C2410_CS5 | 0x6000000) 94 #define BAST_PA_PC104_IRQRAW (S3C2410_CS5 | 0x6800000) 97 #define BAST_PA_PC104_IRQMASK (S3C2410_CS5 | 0x7000000) 192 #define BAST_IDE_CS S3C2410_CS5
|
D | vr1000.h | 33 #define VR1000_PA_CTRL1 (S3C2410_CS5 | 0x7800000) 46 #define VR1000_PA_PC104_IRQREQ (S3C2410_CS5 | 0x6000000) /* 0x01700000 */ 49 #define VR1000_PA_PC104_IRQRAW (S3C2410_CS5 | 0x6800000) /* 0x01800000 */ 52 #define VR1000_PA_PC104_IRQMASK (S3C2410_CS5 | 0x7000000) /* 0x01900000 */
|
D | mach-vr1000.c | 61 #define PA_CS5(item) (__phys_to_pfn((item) + S3C2410_CS5)) 183 [0] = DEFINE_RES_MEM(S3C2410_CS5 + VR1000_PA_DM9000, 4), 184 [1] = DEFINE_RES_MEM(S3C2410_CS5 + VR1000_PA_DM9000 + 0x40, 0x40), 190 [0] = DEFINE_RES_MEM(S3C2410_CS5 + VR1000_PA_DM9000 + 0x80, 4), 191 [1] = DEFINE_RES_MEM(S3C2410_CS5 + VR1000_PA_DM9000 + 0xC0, 0x40),
|
D | mach-bast.c | 72 #define PA_CS5(item) (__phys_to_pfn((item) + S3C2410_CS5)) 303 [0] = DEFINE_RES_MEM(S3C2410_CS5 + BAST_PA_DM9000, 4), 304 [1] = DEFINE_RES_MEM(S3C2410_CS5 + BAST_PA_DM9000 + 0x40, 0x40), 381 [0] = DEFINE_RES_MEM(S3C2410_CS5 + BAST_PA_ASIXNET, 0x18 * 0x20), 382 [1] = DEFINE_RES_MEM(S3C2410_CS5 + BAST_PA_ASIXNET + (0x1f * 0x20), 1), 399 [0] = DEFINE_RES_MEM(S3C2410_CS5 + BAST_PA_ASIXNET + (0x18 * 0x20), \
|
D | mach-osiris.c | 61 .pfn = __phys_to_pfn(S3C2410_CS5), 66 .pfn = __phys_to_pfn(S3C2410_CS5),
|
D | mach-anubis.c | 274 [0] = DEFINE_RES_MEM(S3C2410_CS5, 0x20 * 0x20),
|
/Linux-v4.19/Documentation/networking/ |
D | dm9000.txt | 37 .start = S3C2410_CS5 + BAST_PA_DM9000, 38 .end = S3C2410_CS5 + BAST_PA_DM9000 + 3, 42 .start = S3C2410_CS5 + BAST_PA_DM9000 + 0x40, 43 .end = S3C2410_CS5 + BAST_PA_DM9000 + 0x40 + 0x3f,
|
/Linux-v4.19/arch/arm/mach-s3c24xx/include/mach/ |
D | map.h | 120 #define S3C2410_CS5 (0x28000000) macro
|