Searched refs:__PREG (Results 1 – 9 of 9) sorted by relevance
/arch/arm/mach-sa1100/ |
D | generic.c | 115 [0] = DEFINE_RES_MEM(__PREG(Ser0UDCCR), SZ_64K), 133 [0] = DEFINE_RES_MEM(__PREG(Ser1UTCR0), SZ_64K), 145 [0] = DEFINE_RES_MEM(__PREG(Ser3UTCR0), SZ_64K), 157 [0] = DEFINE_RES_MEM(__PREG(Ser4MCCR0), SZ_64K), 158 [1] = DEFINE_RES_MEM(__PREG(Ser4MCCR1), 4), 248 DEFINE_RES_MEM(__PREG(Ser2UTCR0), 0x24), 249 DEFINE_RES_MEM(__PREG(Ser2HSCR0), 0x1c), 250 DEFINE_RES_MEM(__PREG(Ser2HSCR2), 0x04),
|
D | ssp.c | 201 if (!request_mem_region(__PREG(Ser4SSCR0), 0x18, "SSP")) { in ssp_init() 214 release_mem_region(__PREG(Ser4SSCR0), 0x18); in ssp_init() 228 release_mem_region(__PREG(Ser4SSCR0), 0x18); in ssp_exit()
|
D | assabet.c | 496 unsigned long phys = __PREG(GPLR) & PMD_MASK; in map_sa1100_gpio_regs()
|
/arch/arm/mach-sa1100/include/mach/ |
D | hardware.h | 62 # define __PREG(x) (io_v2p((unsigned long)&(x))) macro 71 # define __PREG(x) io_v2p(x) macro
|
D | SA-1100.h | 301 #define _Ser1UTCR0 __PREG(Ser1UTCR0) 302 #define _Ser2UTCR0 __PREG(Ser2UTCR0) 303 #define _Ser3UTCR0 __PREG(Ser3UTCR0)
|
/arch/arm/mach-dove/include/mach/ |
D | hardware.h | 17 #define __PREG(x) (((u32)&(x)) - DOVE_SB_REGS_VIRT_BASE + \ macro
|
/arch/arm/mach-pxa/include/mach/ |
D | hardware.h | 50 # define __PREG(x) (io_v2p((u32)&(x))) macro 55 # define __PREG(x) io_v2p(x) macro
|
/arch/arm/mach-pxa/ |
D | viper.c | 523 .mapbase = __PREG(FFUART), 532 .mapbase = __PREG(BTUART), 541 .mapbase = __PREG(STUART),
|
D | zeus.c | 276 .mapbase = __PREG(FFUART), 285 .mapbase = __PREG(BTUART), 294 .mapbase = __PREG(STUART),
|