Searched defs:__ioaddr (Results 1 – 5 of 5) sorted by relevance
128 static inline unsigned int __ioaddr (unsigned int port) \ in __ioaddr() function248 #define __ioaddr(p) (__builtin_constant_p((p)) ? __ioaddr(p) : __ioaddrc(p)) macro
125 static inline unsigned int __ioaddr (unsigned int port) \ in __ioaddr() function238 #define __ioaddr(p) (__builtin_constant_p((p)) ? __ioaddr(p) : __ioaddrc(p)) macro
127 static inline unsigned int __ioaddr (unsigned int port) \ in __ioaddr() function240 #define __ioaddr(p) (__builtin_constant_p((p)) ? __ioaddr(p) : __ioaddrc(p)) macro
24 #define __ioaddr(p) __io_pci(p) macro
60 static inline unsigned int __ioaddr (unsigned int port) \ in __ioaddr() function