Searched refs:get_u8 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/dev/drm2/radeon/
H A Datom-bits.h31 static inline uint8_t get_u8(void *bios, int ptr) function
35 #define U8(ptr) get_u8(ctx->ctx->bios, (ptr))
36 #define CU8(ptr) get_u8(ctx->bios, (ptr))
39 return get_u8(bios ,ptr)|(((uint16_t)get_u8(bios, ptr+1))<<8);
/freebsd-10.3-release/contrib/ntp/ntpd/
H A Drefclock_palisade.c404 get_u8( function
414 return ((uint16_t)get_u8(cp) << 8) | get_u8(cp + 1);
443 jd.monthday = get_u8 ( cp );
444 jd.month = get_u8 (cp + 1);
450 if ((jd.monthday != get_u8 ( cp )) ||
451 (jd.month != get_u8 (cp + 1)) ||

Completed in 66 milliseconds