Home
last modified time | relevance | path

Searched refs:uv_max (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/opp/
H A Dti-opp-supply.c222 unsigned long vdd_uv, uv_max; in _opp_set_voltage() local
238 uv_max = opp_data.vdd_absolute_max_voltage_uv; in _opp_set_voltage()
240 uv_max = supply->u_volt_max; in _opp_set_voltage()
242 if (vdd_uv > uv_max || in _opp_set_voltage()
244 supply->u_volt_min > uv_max) { in _opp_set_voltage()
247 supply->u_volt_min, vdd_uv, uv_max); in _opp_set_voltage()
253 uv_max); in _opp_set_voltage()
258 uv_max); in _opp_set_voltage()
262 uv_max); in _opp_set_voltage()
/kernel/linux/linux-6.6/drivers/opp/
H A Dti-opp-supply.c226 unsigned long vdd_uv, uv_max; in _opp_set_voltage() local
242 uv_max = opp_data.vdd_absolute_max_voltage_uv; in _opp_set_voltage()
244 uv_max = supply->u_volt_max; in _opp_set_voltage()
246 if (vdd_uv > uv_max || in _opp_set_voltage()
248 supply->u_volt_min > uv_max) { in _opp_set_voltage()
251 supply->u_volt_min, vdd_uv, uv_max); in _opp_set_voltage()
257 uv_max); in _opp_set_voltage()
262 uv_max); in _opp_set_voltage()
266 uv_max); in _opp_set_voltage()
/kernel/linux/linux-5.10/drivers/hwmon/
H A Dlm93.c344 const long uv_max = lm93_vin_val_max[nr] * 1000; in LM93_IN_FROM_REG() local
347 const long slope = (uv_max - uv_min) / in LM93_IN_FROM_REG()
366 const long uv_max = lm93_vin_val_max[nr] * 1000; in LM93_IN_TO_REG() local
370 const long slope = (uv_max - uv_min) / in LM93_IN_TO_REG()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dlm93.c344 const long uv_max = lm93_vin_val_max[nr] * 1000; in LM93_IN_FROM_REG() local
347 const long slope = (uv_max - uv_min) / in LM93_IN_FROM_REG()
366 const long uv_max = lm93_vin_val_max[nr] * 1000; in LM93_IN_TO_REG() local
370 const long slope = (uv_max - uv_min) / in LM93_IN_TO_REG()

Completed in 10 milliseconds