Lines Matching refs:r100
860 radeon_ring_write(ring, rdev->config.r100.hdp_cntl | in r100_ring_hdp_flush()
863 radeon_ring_write(ring, rdev->config.r100.hdp_cntl); in r100_ring_hdp_flush()
2060 p->rdev->config.r100.reg_safe_bm, in r100_cs_parse()
2061 p->rdev->config.r100.reg_safe_bm_size, in r100_cs_parse()
2065 p->rdev->config.r100.reg_safe_bm, in r100_cs_parse()
2066 p->rdev->config.r100.reg_safe_bm_size, in r100_cs_parse()
2916 rdev->config.r100.reg_safe_bm = rn50_reg_safe_bm; in r100_set_safe_registers()
2917 rdev->config.r100.reg_safe_bm_size = ARRAY_SIZE(rn50_reg_safe_bm); in r100_set_safe_registers()
2919 rdev->config.r100.reg_safe_bm = r100_reg_safe_bm; in r100_set_safe_registers()
2920 rdev->config.r100.reg_safe_bm_size = ARRAY_SIZE(r100_reg_safe_bm); in r100_set_safe_registers()
3916 rdev->config.r100.hdp_cntl = RREG32(RADEON_HOST_PATH_CNTL); in r100_startup()