Searched refs:CLPS711X_PHYS_BASE (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/arch/arm/mach-clps711x/ |
D | devices.c | 25 DEFINE_RES_MEM(CLPS711X_PHYS_BASE + HALT, SZ_128); 52 gpio_res[0].start = CLPS711X_PHYS_BASE + clps711x_gpios[i][0]; in clps711x_add_gpio() 54 gpio_res[1].start = CLPS711X_PHYS_BASE + clps711x_gpios[i][1]; in clps711x_add_gpio() 64 DEFINE_RES_MEM(CLPS711X_PHYS_BASE + SYSCON1, SZ_128), 66 DEFINE_RES_MEM(CLPS711X_PHYS_BASE + SYSCON2, SZ_128), 68 DEFINE_RES_MEM(CLPS711X_PHYS_BASE + SYSCON3, SZ_64), 81 DEFINE_RES_MEM(CLPS711X_PHYS_BASE + UARTDR1, SZ_128), 87 DEFINE_RES_MEM(CLPS711X_PHYS_BASE + UARTDR2, SZ_128), 107 base = ioremap(CLPS711X_PHYS_BASE, SZ_32K); in clps711x_soc_init()
|
D | common.c | 39 .pfn = __phys_to_pfn(CLPS711X_PHYS_BASE), 52 clps711x_intc_init(CLPS711X_PHYS_BASE, SZ_16K); in clps711x_init_irq()
|
D | board-edb7211.c | 124 DEFINE_RES_MEM(CLPS711X_PHYS_BASE + PMPCON, SZ_4);
|
/linux-4.4.14/arch/arm/mach-clps711x/include/mach/ |
D | uncompress.h | 30 #define phys_reg(x) (*(volatile u32 *)(CLPS711X_PHYS_BASE + (x)))
|
D | clps711x.h | 26 #define CLPS711X_PHYS_BASE (0x80000000) macro
|