HomeSort by: relevance | last modified time | path
    Searched defs:get_u8 (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/include/
atom-bits.h 30 static inline uint8_t get_u8(void *bios, int ptr) function in typeref:typename:uint8_t
34 #define U8(ptr) get_u8(ctx->ctx->bios, (ptr))
35 #define CU8(ptr) get_u8(ctx->bios, (ptr))
38 return get_u8(bios ,ptr)|(((uint16_t)get_u8(bios, ptr+1))<<8);
  /src/sys/external/bsd/drm2/dist/drm/radeon/
atom-bits.h 30 static inline uint8_t get_u8(void *bios, int ptr) function in typeref:typename:uint8_t
34 #define U8(ptr) get_u8(ctx->ctx->bios, (ptr))
35 #define CU8(ptr) get_u8(ctx->bios, (ptr))
38 return get_u8(bios ,ptr)|(((uint16_t)get_u8(bios, ptr+1))<<8);
  /src/sys/arch/evbarm/stand/gzboot/
gzboot.c 102 static uint32_t get_u8(struct state *);
259 get_u8(struct state *s) function in typeref:typename:uint32_t
285 x = get_u8(s);
286 x |= get_u8(s) << 8;
287 x |= get_u8(s) << 16;
288 c = get_u8(s);
305 c = get_u8(s);
312 method = get_u8(s);
313 flags = get_u8(s);
321 (void) get_u8(s)
    [all...]

Completed in 14 milliseconds