Searched refs:_inb (Results 1 – 3 of 3) sorted by relevance
117 int _inb(unsigned int addr) in _inb() function
135 int _inb(unsigned int addr);141 #define inb(port) _inb((uintptr_t)(port))
186 #define inb(port) _inb((uintptr_t)(port))
Completed in 6 milliseconds