Searched refs:__PORT_PCIO (Results 1 – 1 of 1) sorted by relevance
25 #define __PORT_PCIO(x) ((x) < (1<<28)) macro68 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)))