Searched refs:SI_CONFIG_REG_OFFSET (Results 1 – 5 of 5) sorted by relevance
57 if (reg >= SI_CONFIG_REG_OFFSET && reg < SI_CONFIG_REG_END) { in si_pm4_set_reg()59 reg -= SI_CONFIG_REG_OFFSET; in si_pm4_set_reg()
48 radeon_emit(cs, (reg - SI_CONFIG_REG_OFFSET) >> 2); in radeon_set_config_reg_seq()
45 assert(reg >= SI_CONFIG_REG_OFFSET && reg < SI_CONFIG_REG_END); in radeon_set_config_reg_seq()49 radeon_emit(cs, (reg - SI_CONFIG_REG_OFFSET) >> 2); in radeon_set_config_reg_seq()
30 #define SI_CONFIG_REG_OFFSET 0x00008000 macro
269 ac_parse_set_reg_packet(f, count, SI_CONFIG_REG_OFFSET, ib); in ac_parse_packet3()