Searched refs:max_supp_power_limit (Results 1 – 1 of 1) sorted by relevance
335 u64 max_supp_power_limit = 0; in xe_hwmon_power_max_write() local366 max_supp_power_limit = ((PWR_LIM_VAL) >> hwmon->scl_shift_power) * SF_POWER; in xe_hwmon_power_max_write()367 if (value > max_supp_power_limit) { in xe_hwmon_power_max_write()368 value = max_supp_power_limit; in xe_hwmon_power_max_write()