Home
last modified time | relevance | path

Searched refs:val_sku_unit (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_hwmon.c728 u32 val_sku_unit = 0; in hwm_get_preregistration_info() local
762 val_sku_unit = intel_uncore_read(uncore, in hwm_get_preregistration_info()
766 hwmon->scl_shift_power = REG_FIELD_GET(PKG_PWR_UNIT, val_sku_unit); in hwm_get_preregistration_info()
767 hwmon->scl_shift_energy = REG_FIELD_GET(PKG_ENERGY_UNIT, val_sku_unit); in hwm_get_preregistration_info()
768 hwmon->scl_shift_time = REG_FIELD_GET(PKG_TIME_UNIT, val_sku_unit); in hwm_get_preregistration_info()