Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-s3c24xx/include/mach/
Dio.h24 #define __PORT_PCIO(x) ((x) < (1<<28)) macro
67 return __PORT_PCIO(port) ? (PCIO_BASE + port) : (void __iomem *)port; in __ioaddr()
89 if (__PORT_PCIO((port))) \
102 if (__PORT_PCIO((port))) \
116 if (__PORT_PCIO((port))) { \
141 if (__PORT_PCIO((port))) { \
169 if (__PORT_PCIO((port))) \
182 if (__PORT_PCIO((port))) \
193 #define __ioaddrc(port) ((__PORT_PCIO(port) ? PCIO_BASE + (port) : (void __iomem *)(port)))