Home
last modified time | relevance | path

Searched refs:_inw (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dio.h470 #if !defined(inw) && !defined(_inw)
471 #define _inw _inw macro
472 static inline u16 _inw(unsigned long addr) in _inw() function
533 #define inw _inw
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dcompiler.h227 extern _X_EXPORT unsigned int _inw(unsigned long port);
257 return _inw(port); in inw()
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dio.h188 #define inw(port) _inw((uintptr_t)(port))