Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dio.h483 #if !defined(inl) && !defined(_inl)
484 #define _inl _inl macro
485 static inline u32 _inl(unsigned long addr) in _inl() function
537 #define inl _inl
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dcompiler.h228 extern _X_EXPORT unsigned int _inl(unsigned long port);
263 return _inl(port); in inl()
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dio.h189 #define inl(port) _inl((uintptr_t)(port))