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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-rpc/include/mach/
H A Dio.h27 #define __PORT_PCIO(x) (!((x) & 0x80000000)) macro
89 if (__PORT_PCIO(port))
114 if (__PORT_PCIO((port))) \
127 if (__PORT_PCIO((port))) \
141 if (__PORT_PCIO((port))) \
154 if (__PORT_PCIO((port))) \
168 if (__PORT_PCIO((port))) \
181 if (__PORT_PCIO((port))) \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s3c2410/include/mach/
H A Dio.h24 #define __PORT_PCIO(x) ((x) < (1<<28)) macro
67 return __PORT_PCIO(port) ? (PCIO_BASE + port) : (void __iomem *)port;
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)))

Completed in 101 milliseconds