Searched refs:get_u16 (Results 1 - 6 of 6) sorted by relevance

/drivers/gpu/drm/radeon/
H A Datom-bits.h34 static inline uint16_t get_u16(void *bios, int ptr) function
38 #define U16(ptr) get_u16(ctx->ctx->bios, (ptr))
39 #define CU16(ptr) get_u16(ctx->bios, (ptr))
42 return get_u16(bios, ptr)|(((uint32_t)get_u16(bios, ptr+2))<<16);
/drivers/net/ethernet/dec/tulip/
H A Dmedia.c194 setup[i] = get_u16(&p[i*2 + 1]);
206 iowrite32(get_u16(rst + 1 + (i<<1)) << 16, ioaddr + CSR15);
261 iowrite32(get_u16(&reset_sequence[i]) << 16, ioaddr + CSR15);
276 iowrite32(get_u16(&init_sequence[i]) << 16, ioaddr + CSR15);
308 tmp_info = get_u16(&misc_info[1]);
328 setup[i] = get_u16(&p[i*2 + 1]);
336 iowrite32(get_u16(rst + 1 + (i<<1)) << 16, ioaddr + CSR15);
H A Deeprom.c213 u16 media = get_u16(p);
274 new_advertise |= get_u16(&p[7+gpr_len+reset_len]);
H A Dtulip.h366 #define get_u16(ptr) get_unaligned_le16((ptr)) macro
/drivers/staging/comedi/drivers/
H A Djr3_pci.c279 (get_u16(&p->channel->errors) & (watch_dog | watch_dog2 |
355 get_u16(&p->channel->model_no);
362 get_u16(&p->channel->serial_no);
517 int errors = get_u16(&channel->errors);
530 u16 model_no = get_u16(&channel->model_no);
531 u16 serial_no = get_u16(&channel->serial_no);
556 get_u16(&channel->model_no);
558 get_u16(&channel->serial_no);
930 get_u16(&devpriv->iobase->channel[0].
H A Djr3_pci.h5 static inline u16 get_u16(volatile const u32 * p) function

Completed in 6769 milliseconds