Home
last modified time | relevance | path

Searched refs:get_16 (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/parisc/
H A Deisa_enumerator.c39 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()
[all …]