Searched refs:_inb (Results 1 – 3 of 3) sorted by relevance
115 int _inb(unsigned int addr) in _inb() function
124 int _inb(unsigned int addr);130 #define inb(port) _inb((uintptr_t)(port))
190 #define inb(port) _inb((uintptr_t)(port))
Completed in 6 milliseconds