Searched refs:_inb (Results 1 – 7 of 7) sorted by relevance
13 unsigned char _inb(unsigned long port) in _inb() function17 EXPORT_SYMBOL(_inb);
77 mv_inb: CAT(low,_inb), \
71 EXPORT_SYMBOL(_inb);
152 extern unsigned char _inb (unsigned long port);193 # define inb(p) _inb(p)
221 extern u8 _inb (unsigned long port);243 # define inb(p) _inb(p)
320 (__builtin_constant_p((port))?__inb(port):_inb(port))
12 u8 _inb(unsigned long addr) in _inb() function