Lines Matching refs:r100
844 radeon_ring_write(ring, rdev->config.r100.hdp_cntl | in r100_ring_hdp_flush()
847 radeon_ring_write(ring, rdev->config.r100.hdp_cntl); in r100_ring_hdp_flush()
2062 p->rdev->config.r100.reg_safe_bm, in r100_cs_parse()
2063 p->rdev->config.r100.reg_safe_bm_size, in r100_cs_parse()
2067 p->rdev->config.r100.reg_safe_bm, in r100_cs_parse()
2068 p->rdev->config.r100.reg_safe_bm_size, in r100_cs_parse()
2919 rdev->config.r100.reg_safe_bm = rn50_reg_safe_bm; in r100_set_safe_registers()
2920 rdev->config.r100.reg_safe_bm_size = ARRAY_SIZE(rn50_reg_safe_bm); in r100_set_safe_registers()
2922 rdev->config.r100.reg_safe_bm = r100_reg_safe_bm; in r100_set_safe_registers()
2923 rdev->config.r100.reg_safe_bm_size = ARRAY_SIZE(r100_reg_safe_bm); in r100_set_safe_registers()
3938 rdev->config.r100.hdp_cntl = RREG32(RADEON_HOST_PATH_CNTL); in r100_startup()