Lines Matching defs:uncore

48 	struct intel_uncore *uncore;
72 struct intel_uncore *uncore = ddat->uncore;
75 with_intel_runtime_pm(uncore->rpm, wakeref) {
78 intel_uncore_rmw(uncore, reg, clear, set);
93 struct intel_uncore *uncore = ddat->uncore;
97 with_intel_runtime_pm(uncore->rpm, wakeref)
98 reg_value = intel_uncore_read(uncore, rgadr);
128 struct intel_uncore *uncore = ddat->uncore;
140 with_intel_runtime_pm(uncore->rpm, wakeref) {
143 reg_val = intel_uncore_read(uncore, rgaddr);
167 with_intel_runtime_pm(ddat->uncore->rpm, wakeref)
168 r = intel_uncore_read(ddat->uncore, hwmon->rg.pkg_rapl_limit);
294 return snb_pcode_read_p(&i915->uncore, PCODE_POWER_SETUP,
300 return snb_pcode_write_p(&i915->uncore, PCODE_POWER_SETUP,
307 struct drm_i915_private *i915 = ddat->uncore->i915;
326 with_intel_runtime_pm(ddat->uncore->rpm, wakeref)
327 reg_value = intel_uncore_read(ddat->uncore, hwmon->rg.gt_perf_status);
339 struct drm_i915_private *i915 = ddat->uncore->i915;
372 with_intel_runtime_pm(ddat->uncore->rpm, wakeref)
373 r = intel_uncore_read(ddat->uncore, hwmon->rg.pkg_rapl_limit);
385 with_intel_runtime_pm(ddat->uncore->rpm, wakeref)
386 r = intel_uncore_read64(ddat->uncore, hwmon->rg.pkg_power_sku);
409 wakeref = intel_runtime_pm_get(ddat->uncore->rpm);
423 intel_runtime_pm_put(ddat->uncore->rpm, wakeref);
433 intel_uncore_rmw(ddat->uncore, hwmon->rg.pkg_rapl_limit,
435 nval = intel_uncore_read(ddat->uncore, hwmon->rg.pkg_rapl_limit);
446 intel_uncore_rmw(ddat->uncore, hwmon->rg.pkg_rapl_limit,
450 intel_runtime_pm_put(ddat->uncore->rpm, wakeref);
472 ret = hwm_pcode_read_i1(ddat->uncore->i915, &uval);
495 return hwm_pcode_write_i1(ddat->uncore->i915, uval);
512 r = intel_uncore_rmw(hwmon->ddat.uncore, hwmon->rg.pkg_rapl_limit,
528 intel_uncore_rmw(hwmon->ddat.uncore, hwmon->rg.pkg_rapl_limit,
569 struct drm_i915_private *i915 = ddat->uncore->i915;
589 ret = hwm_pcode_read_i1(ddat->uncore->i915, &uval);
610 return hwm_pcode_write_i1(ddat->uncore->i915, uval);
725 struct intel_uncore *uncore = &i915->uncore;
750 with_intel_runtime_pm(uncore->rpm, wakeref) {
756 val_sku_unit = intel_uncore_read(uncore,
799 ddat->uncore = &i915->uncore;
808 ddat_gt->uncore = gt->uncore;