Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dio.h506 #if !defined(outw) && !defined(_outw)
507 #define _outw _outw macro
508 static inline void _outw(u16 value, unsigned long addr) in _outw() function
545 #define outw _outw
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dcompiler.h224 extern _X_EXPORT void _outw(unsigned short val, unsigned long port);
239 _outw(val, port); in outw()
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dio.h196 #define outw(val, port) _outw(val, (uintptr_t)(port))