Searched refs:PXA_CS1_PHYS (Results 1 – 16 of 16) sorted by relevance
/linux-2.6.39/arch/arm/mach-pxa/ |
D | cm-x255.c | 182 .start = PXA_CS1_PHYS, 183 .end = PXA_CS1_PHYS + 11,
|
D | palmtx.c | 289 .start = PXA_CS1_PHYS, 290 .end = PXA_CS1_PHYS + SZ_1M - 1,
|
D | cm-x2xx.c | 45 #define CMX255_DM9000_PHYS_BASE (PXA_CS1_PHYS + (8 << 22)) 46 #define CMX270_DM9000_PHYS_BASE (PXA_CS1_PHYS + (6 << 22))
|
D | lpd270.c | 219 .start = PXA_CS1_PHYS, 220 .end = PXA_CS1_PHYS + SZ_64M - 1,
|
D | mainstone.c | 288 .start = PXA_CS1_PHYS, 289 .end = PXA_CS1_PHYS + SZ_64M - 1,
|
D | stargate2.c | 763 .start = PXA_CS1_PHYS, 764 .end = PXA_CS1_PHYS + SZ_32M-1,
|
D | cm-x270.c | 32 #define RTC_PHYS_BASE (PXA_CS1_PHYS + (5 << 22))
|
D | em-x270.c | 362 .start = PXA_CS1_PHYS, 363 .end = PXA_CS1_PHYS + 12,
|
/linux-2.6.39/arch/arm/mach-pxa/include/mach/ |
D | addr-map.h | 8 #define PXA_CS1_PHYS 0x04000000 macro
|
D | palmtx.h | 83 #define PALMTX_PHYS_NAND_START PXA_CS1_PHYS /* ChipSelect 1 */
|
D | zeus.h | 22 #define ZEUS_ETH0_PHYS PXA_CS1_PHYS
|
D | viper.h | 25 #define VIPER_FLASH_PHYS PXA_CS1_PHYS
|
D | trizeps4.h | 15 #define TRIZEPS4_DISK_PHYS (PXA_CS1_PHYS) /* Disk On Chip region */
|
D | idp.h | 28 #define IDP_ALT_FLASH_PHYS (PXA_CS1_PHYS)
|
D | pcm990_baseboard.h | 33 #define PCM990_CTRL_PHYS PXA_CS1_PHYS /* 16-Bit */
|
/linux-2.6.39/drivers/mtd/nand/ |
D | cmx270_nand.c | 188 cmx270_nand_io = ioremap(PXA_CS1_PHYS, 12); in cmx270_init()
|