Home | History | Annotate | Download | only in radeon

Lines Matching refs:ctx

34 #define U8(ptr) get_u8(ctx->ctx->bios, (ptr))
35 #define CU8(ptr) get_u8(ctx->bios, (ptr))
40 #define U16(ptr) get_u16(ctx->ctx->bios, (ptr))
41 #define CU16(ptr) get_u16(ctx->bios, (ptr))
46 #define U32(ptr) get_u32(ctx->ctx->bios, (ptr))
47 #define CU32(ptr) get_u32(ctx->bios, (ptr))
48 #define CSTR(ptr) (((char *)(ctx->bios))+(ptr))