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

/haiku/src/add-ons/accelerants/radeon_hd/atombios/
H A Datom-bits.h34 static inline uint16 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)get_u16(bios,ptr+2))<<16);

Completed in 36 milliseconds