Searched refs:S3C2410_CS5 (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/arch/arm/mach-s3c/ |
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)) 178 [0] = DEFINE_RES_MEM(S3C2410_CS5 + VR1000_PA_DM9000, 4), 179 [1] = DEFINE_RES_MEM(S3C2410_CS5 + VR1000_PA_DM9000 + 0x40, 0x40), 185 [0] = DEFINE_RES_MEM(S3C2410_CS5 + VR1000_PA_DM9000 + 0x80, 4), 186 [1] = DEFINE_RES_MEM(S3C2410_CS5 + VR1000_PA_DM9000 + 0xC0, 0x40),
|
D | mach-bast.c | 69 #define PA_CS5(item) (__phys_to_pfn((item) + S3C2410_CS5)) 295 [0] = DEFINE_RES_MEM(S3C2410_CS5 + BAST_PA_DM9000, 4), 296 [1] = DEFINE_RES_MEM(S3C2410_CS5 + BAST_PA_DM9000 + 0x40, 0x40), 373 [0] = DEFINE_RES_MEM(S3C2410_CS5 + BAST_PA_ASIXNET, 0x18 * 0x20), 374 [1] = DEFINE_RES_MEM(S3C2410_CS5 + BAST_PA_ASIXNET + (0x1f * 0x20), 1), 391 [0] = DEFINE_RES_MEM(S3C2410_CS5 + BAST_PA_ASIXNET + (0x18 * 0x20), \
|
D | map-s3c24xx.h | 122 #define S3C2410_CS5 (0x28000000) macro
|
D | mach-anubis.c | 266 [0] = DEFINE_RES_MEM(S3C2410_CS5, 0x20 * 0x20),
|
D | mach-osiris.c | 58 .pfn = __phys_to_pfn(S3C2410_CS5),
|
/linux-6.1.9/Documentation/networking/device_drivers/ethernet/davicom/ |
D | dm9000.rst | 41 .start = S3C2410_CS5 + BAST_PA_DM9000, 42 .end = S3C2410_CS5 + BAST_PA_DM9000 + 3, 46 .start = S3C2410_CS5 + BAST_PA_DM9000 + 0x40, 47 .end = S3C2410_CS5 + BAST_PA_DM9000 + 0x40 + 0x3f,
|