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()
2046 p->rdev->config.r100.reg_safe_bm, in r100_cs_parse()
2047 p->rdev->config.r100.reg_safe_bm_size, in r100_cs_parse()
2051 p->rdev->config.r100.reg_safe_bm, in r100_cs_parse()
2052 p->rdev->config.r100.reg_safe_bm_size, in r100_cs_parse()
2903 rdev->config.r100.reg_safe_bm = rn50_reg_safe_bm; in r100_set_safe_registers()
2904 rdev->config.r100.reg_safe_bm_size = ARRAY_SIZE(rn50_reg_safe_bm); in r100_set_safe_registers()
2906 rdev->config.r100.reg_safe_bm = r100_reg_safe_bm; in r100_set_safe_registers()
2907 rdev->config.r100.reg_safe_bm_size = ARRAY_SIZE(r100_reg_safe_bm); in r100_set_safe_registers()
3922 rdev->config.r100.hdp_cntl = RREG32(RADEON_HOST_PATH_CNTL); in r100_startup()