Lines Matching refs:get_16
44 static inline u_int16_t get_16(const unsigned char *x) in get_16() function
99 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()
244 get_16(buf+len+1)); in configure_port_init()
246 outw(cpu_to_le16(get_16(buf+len+3)), get_16(buf+len+1)); in configure_port_init()
253 outl((inl(get_16(buf+len+1) & in configure_port_init()
255 get_32(buf+len+7)), get_16(buf+len+1)); in configure_port_init()
257 outl(cpu_to_le32(get_32(buf+len+3)), get_16(buf+len+1)); in configure_port_init()
312 *more = get_16(buf); in configure_function()