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

/haiku/src/add-ons/accelerants/radeon_hd/atombios/
H A Datom-bits.h28 static inline uint8 get_u8(void *bios, int ptr) function
32 #define U8(ptr) get_u8(ctx->ctx->bios,(ptr))
33 #define CU8(ptr) get_u8(ctx->bios,(ptr))
36 return get_u8(bios,ptr)|(((uint16)get_u8(bios,ptr+1))<<8);

Completed in 24 milliseconds