Home
last modified time | relevance | path

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

/u-boot/arch/sandbox/lib/
A Dpci_io.c115 int _inb(unsigned int addr) in _inb() function
/u-boot/arch/sandbox/include/asm/
A Dio.h124 int _inb(unsigned int addr);
130 #define inb(port) _inb((uintptr_t)(port))
/u-boot/arch/x86/include/asm/
A Dio.h190 #define inb(port) _inb((uintptr_t)(port))

Completed in 6 milliseconds