Searched refs:pkg_power_sku_unit (Results 1 – 2 of 2) sorted by relevance
37 i915_reg_t pkg_power_sku_unit; member 852 hwmon->rg.pkg_power_sku_unit = PCU_PACKAGE_POWER_SKU_UNIT; in hwm_get_preregistration_info() 860 hwmon->rg.pkg_power_sku_unit = INVALID_MMIO_REG; in hwm_get_preregistration_info() 870 * The contents of register hwmon->rg.pkg_power_sku_unit do not change, in hwm_get_preregistration_info() 873 if (i915_mmio_reg_valid(hwmon->rg.pkg_power_sku_unit)) in hwm_get_preregistration_info() 875 hwmon->rg.pkg_power_sku_unit); in hwm_get_preregistration_info()
1235 struct xe_reg pkg_power_sku_unit; in xe_hwmon_get_preregistration_info() local1275 pkg_power_sku_unit = xe_hwmon_get_reg(hwmon, REG_PKG_POWER_SKU_UNIT, 0); in xe_hwmon_get_preregistration_info()1276 if (xe_reg_is_valid(pkg_power_sku_unit)) { in xe_hwmon_get_preregistration_info()1277 val_sku_unit = xe_mmio_read32(mmio, pkg_power_sku_unit); in xe_hwmon_get_preregistration_info()