Home
last modified time | relevance | path

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

/openbmc/linux/include/asm-generic/
H A Dio.h540 #if !defined(inb) && !defined(_inb)
541 #define _inb _inb macro
542 static inline u8 _inb(unsigned long addr) in _inb() function
612 #define inb _inb
/openbmc/u-boot/arch/x86/include/asm/
H A Dio.h190 #define inb(port) _inb((uintptr_t)(port))