Searched defs:radeon_set_context_reg (Results 1 – 3 of 3) sorted by relevance
150 static inline void radeon_set_context_reg(struct radeon_cmdbuf *cs, unsigned reg, unsigned value) in radeon_set_context_reg() function
70 radeon_set_context_reg(struct radeon_cmdbuf *cs, unsigned reg, unsigned value) in radeon_set_context_reg() function
95 #define radeon_set_context_reg(reg, value) do { \ macro