Searched refs:_inw (Results 1 – 3 of 3) sorted by relevance
470 #if !defined(inw) && !defined(_inw)471 #define _inw _inw macro472 static inline u16 _inw(unsigned long addr) in _inw() function533 #define inw _inw
227 extern _X_EXPORT unsigned int _inw(unsigned long port);257 return _inw(port); in inw()
188 #define inw(port) _inw((uintptr_t)(port))