Searched defs:inb (Results 1 – 7 of 7) sorted by relevance
219 inb $161, %al label248 inb $0x7f label278 inb (%dx), %al label
65 inb (unsigned short port) in inb() function
73 inb (unsigned short port) in inb() function
132 #define inb(port) \ macro
349 const unsigned char* inb, int *inlenb) in UTF8ToUTF8()482 const unsigned char* inb, int *inlenb) in UTF16LEToUTF8()720 const unsigned char* inb, int *inlenb) in UTF16BEToUTF8()
117 #define inb(p) ({ __u8 __v = __raw_readb(__io(p)); __v; }) macro
115 static inline uint8_t inb(int addr) in inb() function