Lines Matching refs:r100
850 radeon_ring_write(ring, rdev->config.r100.hdp_cntl | in r100_ring_hdp_flush()
853 radeon_ring_write(ring, rdev->config.r100.hdp_cntl); in r100_ring_hdp_flush()
2052 p->rdev->config.r100.reg_safe_bm, in r100_cs_parse()
2053 p->rdev->config.r100.reg_safe_bm_size, in r100_cs_parse()
2057 p->rdev->config.r100.reg_safe_bm, in r100_cs_parse()
2058 p->rdev->config.r100.reg_safe_bm_size, in r100_cs_parse()
2909 rdev->config.r100.reg_safe_bm = rn50_reg_safe_bm; in r100_set_safe_registers()
2910 rdev->config.r100.reg_safe_bm_size = ARRAY_SIZE(rn50_reg_safe_bm); in r100_set_safe_registers()
2912 rdev->config.r100.reg_safe_bm = r100_reg_safe_bm; in r100_set_safe_registers()
2913 rdev->config.r100.reg_safe_bm_size = ARRAY_SIZE(r100_reg_safe_bm); in r100_set_safe_registers()
3928 rdev->config.r100.hdp_cntl = RREG32(RADEON_HOST_PATH_CNTL); in r100_startup()