Searched refs:__PREG (Results 1 – 9 of 9) sorted by relevance
/linux-5.19.10/arch/arm/mach-sa1100/ |
D | generic.c | 119 [0] = DEFINE_RES_MEM(__PREG(Ser0UDCCR), SZ_64K), 137 [0] = DEFINE_RES_MEM(__PREG(Ser1UTCR0), SZ_64K), 149 [0] = DEFINE_RES_MEM(__PREG(Ser3UTCR0), SZ_64K), 161 [0] = DEFINE_RES_MEM(__PREG(Ser4MCCR0), SZ_64K), 162 [1] = DEFINE_RES_MEM(__PREG(Ser4MCCR1), 4), 254 DEFINE_RES_MEM(__PREG(Ser2UTCR0), 0x24), 255 DEFINE_RES_MEM(__PREG(Ser2HSCR0), 0x1c), 256 DEFINE_RES_MEM(__PREG(Ser2HSCR2), 0x04),
|
D | ssp.c | 198 if (!request_mem_region(__PREG(Ser4SSCR0), 0x18, "SSP")) { in ssp_init() 211 release_mem_region(__PREG(Ser4SSCR0), 0x18); in ssp_init() 225 release_mem_region(__PREG(Ser4SSCR0), 0x18); in ssp_exit()
|
D | assabet.c | 636 unsigned long phys = __PREG(GPLR) & PMD_MASK; in map_sa1100_gpio_regs()
|
/linux-5.19.10/arch/arm/mach-pxa/ |
D | pxa-regs.h | 42 # define __PREG(x) (io_v2p((u32)&(x))) macro 47 # define __PREG(x) io_v2p(x) macro
|
D | viper.c | 533 .mapbase = __PREG(FFUART), 542 .mapbase = __PREG(BTUART), 551 .mapbase = __PREG(STUART),
|
D | zeus.c | 277 .mapbase = __PREG(FFUART), 286 .mapbase = __PREG(BTUART), 295 .mapbase = __PREG(STUART),
|
/linux-5.19.10/arch/arm/mach-sa1100/include/mach/ |
D | hardware.h | 45 # define __PREG(x) (io_v2p((unsigned long)&(x))) macro 50 # define __PREG(x) io_v2p(x) macro
|
D | SA-1100.h | 302 #define _Ser1UTCR0 __PREG(Ser1UTCR0) 303 #define _Ser2UTCR0 __PREG(Ser2UTCR0) 304 #define _Ser3UTCR0 __PREG(Ser3UTCR0)
|
/linux-5.19.10/Documentation/spi/ |
D | pxa2xx.rst | 49 .start = __PREG(SSCR0_P(2)), /* Start address of NSSP */ 50 .end = __PREG(SSCR0_P(2)) + 0x2c, /* Range of registers */
|