Home
last modified time | relevance | path

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

/openbmc/linux/include/asm-generic/
H A Dio.h553 #if !defined(inw) && !defined(_inw)
554 #define _inw _inw macro
555 static inline u16 _inw(unsigned long addr) in _inw() function
616 #define inw _inw
/openbmc/u-boot/arch/x86/include/asm/
H A Dio.h191 #define inw(port) _inw((uintptr_t)(port))