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

  /src/sys/external/bsd/drm2/dist/drm/amd/include/
atom-bits.h 42 static inline uint32_t get_u32(void *bios, int ptr) function in typeref:typename:uint32_t
46 #define U32(ptr) get_u32(ctx->ctx->bios, (ptr))
47 #define CU32(ptr) get_u32(ctx->bios, (ptr))
  /src/sys/external/bsd/drm2/dist/drm/radeon/
atom-bits.h 42 static inline uint32_t get_u32(void *bios, int ptr) function in typeref:typename:uint32_t
46 #define U32(ptr) get_u32(ctx->ctx->bios, (ptr))
47 #define CU32(ptr) get_u32(ctx->bios, (ptr))
  /src/sys/arch/evbarm/stand/gzboot/
gzboot.c 103 static uint32_t get_u32(struct state *);
222 if (get_u32(s) != s->crc) {
226 if (get_u32(s) != s->stream.total_out) {
281 get_u32(struct state *s) function in typeref:typename:uint32_t

Completed in 12 milliseconds