Searched refs:get_16 (Results 1 – 1 of 1) sorted by relevance
44 static inline u_int16_t get_16(const unsigned char *x) in get_16() function99 res->end = res->start + get_16(buf+len+5)*1024; in configure_memory()188 res->start = get_16(buf+len+1); in configure_port()189 res->end = get_16(buf+len+1)+(c&HPEE_PORT_SIZE_MASK)+1; in configure_port()228 outb((inb(get_16(buf+len+1) & in configure_port_init()230 get_8(buf+len+4)), get_16(buf+len+1)); in configure_port_init()233 outb(get_8(buf+len+3), get_16(buf+len+1)); in configure_port_init()241 outw((inw(get_16(buf+len+1)) & in configure_port_init()242 get_16(buf+len+3)) | in configure_port_init()243 get_16(buf+len+5), in configure_port_init()[all …]