Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm/mach-s3c24xx/include/mach/
Dio.h25 #define __PORT_PCIO(x) ((x) < (1<<28)) macro
68 return __PORT_PCIO(port) ? (PCIO_BASE + port) : (void __iomem *)port; in __ioaddr()
90 if (__PORT_PCIO((port))) \
103 if (__PORT_PCIO((port))) \
117 if (__PORT_PCIO((port))) { \
142 if (__PORT_PCIO((port))) { \
170 if (__PORT_PCIO((port))) \
183 if (__PORT_PCIO((port))) \
194 #define __ioaddrc(port) ((__PORT_PCIO(port) ? PCIO_BASE + (port) : (void __iomem *)0 + (port)))