mcr_reg_cast
val = intel_uncore_read_fw(uncore, mcr_reg_cast(reg));
intel_uncore_write_fw(uncore, mcr_reg_cast(reg), value);
fw_domains = intel_uncore_forcewake_for_reg(uncore, mcr_reg_cast(reg),
intel_uncore_write(gt->uncore, mcr_reg_cast(reg), value);
intel_uncore_write_fw(gt->uncore, mcr_reg_cast(reg), value);
return intel_uncore_read_fw(gt->uncore, mcr_reg_cast(reg));
return intel_uncore_read(gt->uncore, mcr_reg_cast(reg));