Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dio.h516 #if !defined(outl) && !defined(_outl)
517 #define _outl _outl macro
518 static inline void _outl(u32 value, unsigned long addr) in _outl() function
549 #define outl _outl
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dcompiler.h225 extern _X_EXPORT void _outl(unsigned int val, unsigned long port);
245 _outl(val, port); in outl()
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dio.h197 #define outl(val, port) _outl(val, (uintptr_t)(port))