Searched refs:mcr_reg_cast (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/gpu/drm/i915/gt/ |
D | intel_gt_mcr.c | 225 static i915_reg_t mcr_reg_cast(const i915_mcr_reg_t mcr) in mcr_reg_cast() function 305 val = intel_uncore_read_fw(uncore, mcr_reg_cast(reg)); in rw_with_mcr_steering_fw() 307 intel_uncore_write_fw(uncore, mcr_reg_cast(reg), value); in rw_with_mcr_steering_fw() 333 fw_domains = intel_uncore_forcewake_for_reg(uncore, mcr_reg_cast(reg), in rw_with_mcr_steering() 504 intel_uncore_write(gt->uncore, mcr_reg_cast(reg), value); in intel_gt_mcr_multicast_write() 533 intel_uncore_write_fw(gt->uncore, mcr_reg_cast(reg), value); in intel_gt_mcr_multicast_write_fw() 728 return intel_uncore_read_fw(gt->uncore, mcr_reg_cast(reg)); in intel_gt_mcr_read_any_fw() 757 return intel_uncore_read(gt->uncore, mcr_reg_cast(reg)); in intel_gt_mcr_read_any()
|