Searched refs:PXA_CS1_PHYS (Results 1 – 16 of 16) sorted by relevance
/Linux-v4.19/arch/arm/mach-pxa/ |
D | cm-x255.c | 192 .start = PXA_CS1_PHYS, 193 .end = PXA_CS1_PHYS + 11,
|
D | palmtx.c | 290 .start = PXA_CS1_PHYS, 291 .end = PXA_CS1_PHYS + SZ_1M - 1,
|
D | zeus.h | 22 #define ZEUS_ETH0_PHYS PXA_CS1_PHYS
|
D | viper.h | 25 #define VIPER_FLASH_PHYS PXA_CS1_PHYS
|
D | cm-x2xx.c | 57 #define CMX255_DM9000_PHYS_BASE (PXA_CS1_PHYS + (8 << 22)) 58 #define CMX270_DM9000_PHYS_BASE (PXA_CS1_PHYS + (6 << 22))
|
D | lpd270.c | 218 .start = PXA_CS1_PHYS, 219 .end = PXA_CS1_PHYS + SZ_64M - 1,
|
D | pcm990_baseboard.h | 34 #define PCM990_CTRL_PHYS PXA_CS1_PHYS /* 16-Bit */
|
D | idp.h | 29 #define IDP_ALT_FLASH_PHYS (PXA_CS1_PHYS)
|
D | mainstone.c | 196 .start = PXA_CS1_PHYS, 197 .end = PXA_CS1_PHYS + SZ_64M - 1,
|
D | cm-x270.c | 31 #define RTC_PHYS_BASE (PXA_CS1_PHYS + (5 << 22))
|
D | stargate2.c | 770 .start = PXA_CS1_PHYS, 771 .end = PXA_CS1_PHYS + SZ_32M-1,
|
D | em-x270.c | 357 .start = PXA_CS1_PHYS, 358 .end = PXA_CS1_PHYS + 12,
|
/Linux-v4.19/arch/arm/mach-pxa/include/mach/ |
D | addr-map.h | 9 #define PXA_CS1_PHYS 0x04000000 macro
|
D | palmtx.h | 85 #define PALMTX_PHYS_NAND_START PXA_CS1_PHYS /* ChipSelect 1 */
|
D | trizeps4.h | 18 #define TRIZEPS4_DISK_PHYS (PXA_CS1_PHYS) /* Disk On Chip region */
|
/Linux-v4.19/drivers/mtd/nand/raw/ |
D | cmx270_nand.c | 167 cmx270_nand_io = ioremap(PXA_CS1_PHYS, 12); in cmx270_init()
|