Home
last modified time | relevance | path

Searched refs:PCIO_BASE (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/arch/arm/mach-s3c24xx/include/mach/
Dio.h27 #define PCIO_BASE (S3C24XX_VA_ISA_WORD) macro
68 return __PORT_PCIO(port) ? (PCIO_BASE + port) : (void __iomem *)port; in __ioaddr()
93 : : "r" (value), "r" (PCIO_BASE), "Jr" ((port))); \
106 : "=r" (result) : "r" (PCIO_BASE), "Jr" ((port))); \
121 : : "r" (v), "r" (PCIO_BASE), "Jr" ((port))); \
126 "r" (PCIO_BASE + ((port) & ~0xff)), \
132 "r" (PCIO_BASE + (port))); \
147 : "r" (PCIO_BASE), \
153 : "r" (PCIO_BASE + ((port) & ~0xff)), \
159 : "r" (PCIO_BASE + ((port)))); \
[all …]
/Linux-v5.4/arch/arm/mach-footbridge/include/mach/
Dio.h17 #define PCIO_BASE 0x7c000000 macro
18 #define __io(a) ((void __iomem *)(PCIO_BASE + (a)))
/Linux-v5.4/arch/arm/mach-rpc/include/mach/
Dio.h26 #define __io(a) (PCIO_BASE + ((a) << 2))
Dhardware.h54 #define PCIO_BASE (IO_BASE + 0x00010000) macro
/Linux-v5.4/arch/arm/mach-rpc/
Driscpc.c92 writeb(0xc, PCIO_BASE + (0x3f2 << 2)); in rpc_map_io()