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