Searched defs:inb (Results 1 – 13 of 13) sorted by relevance
584 static void inbuf_init(struct inbuf *inb, void *base, void *limit) in inbuf_init()591 static void flat_read_chunk(struct inbuf *inb, void *p, int len) in flat_read_chunk()601 static uint32_t flat_read_word(struct inbuf *inb) in flat_read_word()612 static void flat_realign(struct inbuf *inb, int align) in flat_realign()621 static char *flat_read_string(struct inbuf *inb) in flat_read_string()642 static struct data flat_read_data(struct inbuf *inb, int len) in flat_read_data()659 static char *flat_read_stringtable(struct inbuf *inb, int offset) in flat_read_stringtable()699 static struct reserve_info *flat_read_mem_reserve(struct inbuf *inb) in flat_read_mem_reserve()
59 #define inb(port) readb((u8 *)((port))) macro
46 #define inb(addr) readb(addr) macro
75 #define inb(addr) readb(addr) macro
53 #define inb(port) in_8((u8 *)((port)+_IO_BASE)) macro
190 #define inb(port) _inb((uintptr_t)(port)) macro
88 #define inb(p) ({ unsigned int __v = __raw_readb(p); __v; }) macro
130 #define inb(port) _inb((uintptr_t)(port)) macro
247 #define inb(p) ({ unsigned int __v = __raw_readb(__io(p)); __v; }) macro
50 #define inb(p) (*(volatile u8*)(p)) macro
234 #define inb(p) ({ unsigned int __v = __raw_readb(__io(p)); __v; }) macro
286 #define inb(p) ({ unsigned int __v = __raw_readb(__io(p)); __v; }) macro
Completed in 24 milliseconds