Lines Matching refs:r100
842 radeon_ring_write(ring, rdev->config.r100.hdp_cntl | in r100_ring_hdp_flush()
845 radeon_ring_write(ring, rdev->config.r100.hdp_cntl); in r100_ring_hdp_flush()
2053 p->rdev->config.r100.reg_safe_bm, in r100_cs_parse()
2054 p->rdev->config.r100.reg_safe_bm_size, in r100_cs_parse()
2058 p->rdev->config.r100.reg_safe_bm, in r100_cs_parse()
2059 p->rdev->config.r100.reg_safe_bm_size, in r100_cs_parse()
2911 rdev->config.r100.reg_safe_bm = rn50_reg_safe_bm; in r100_set_safe_registers()
2912 rdev->config.r100.reg_safe_bm_size = ARRAY_SIZE(rn50_reg_safe_bm); in r100_set_safe_registers()
2914 rdev->config.r100.reg_safe_bm = r100_reg_safe_bm; in r100_set_safe_registers()
2915 rdev->config.r100.reg_safe_bm_size = ARRAY_SIZE(r100_reg_safe_bm); in r100_set_safe_registers()
3907 rdev->config.r100.hdp_cntl = RREG32(RADEON_HOST_PATH_CNTL); in r100_startup()