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

/linux-master/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);
/linux-master/drivers/gpu/drm/amd/include/
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);
/linux-master/drivers/net/ethernet/dec/tulip/
H A Dmedia.c193 setup[i] = get_u16(&p[i*2 + 1]);
205 iowrite32(get_u16(rst + 1 + (i<<1)) << 16, ioaddr + CSR15);
260 iowrite32(get_u16(&reset_sequence[i]) << 16, ioaddr + CSR15);
275 iowrite32(get_u16(&init_sequence[i]) << 16, ioaddr + CSR15);
307 tmp_info = get_u16(&misc_info[1]);
330 iowrite32(get_u16(rst + 1 + (i<<1)) << 16, ioaddr + CSR15);
H A Deeprom.c212 u16 media = get_u16(p);
272 new_advertise |= get_u16(&p[7+gpr_len+reset_len]);
H A Dtulip.h366 #define get_u16(ptr) get_unaligned_le16((ptr)) macro
/linux-master/drivers/comedi/drivers/
H A Djr3_pci.c243 val = get_u16(&spriv->sensor->model_no);
245 val = get_u16(&spriv->sensor->serial_no);
261 errors = get_u16(&spriv->sensor->errors);
436 errors = get_u16(&sensor->errors);
447 model_no = get_u16(&sensor->model_no);
448 serial_no = get_u16(&sensor->serial_no);
472 spriv->model_no = get_u16(&sensor->model_no);
473 spriv->serial_no = get_u16(&sensor->serial_no);
649 copy[i] = (char)(get_u16(&sensor0->copyright[i]) >> 8);
H A Djr3_pci.h7 static inline u16 get_u16(const u32 __iomem *p) function
/linux-master/tools/testing/selftests/net/
H A Dioam6_parser.c536 static int get_u16(__u16 *val, const char *arg, int base) function
615 get_u16(&ioam_ns, argv[3], 0))

Completed in 153 milliseconds