Lines Matching refs:get_16
39 static inline u_int16_t get_16(const unsigned char *x) in get_16() function
94 res->end = res->start + get_16(buf+len+5)*1024; in configure_memory()
183 res->start = get_16(buf+len+1); in configure_port()
184 res->end = get_16(buf+len+1)+(c&HPEE_PORT_SIZE_MASK)+1; in configure_port()
223 outb((inb(get_16(buf+len+1) & in configure_port_init()
225 get_8(buf+len+4)), get_16(buf+len+1)); in configure_port_init()
228 outb(get_8(buf+len+3), get_16(buf+len+1)); in configure_port_init()
236 outw((inw(get_16(buf+len+1)) & in configure_port_init()
237 get_16(buf+len+3)) | in configure_port_init()
238 get_16(buf+len+5), in configure_port_init()
239 get_16(buf+len+1)); in configure_port_init()
241 outw(cpu_to_le16(get_16(buf+len+3)), get_16(buf+len+1)); in configure_port_init()
248 outl((inl(get_16(buf+len+1) & in configure_port_init()
250 get_32(buf+len+7)), get_16(buf+len+1)); in configure_port_init()
252 outl(cpu_to_le32(get_32(buf+len+3)), get_16(buf+len+1)); in configure_port_init()
307 *more = get_16(buf); in configure_function()