Searched refs:uv_max (Results 1 – 2 of 2) sorted by relevance
227 unsigned long vdd_uv, uv_max; in _opp_set_voltage() local243 uv_max = opp_data.vdd_absolute_max_voltage_uv; in _opp_set_voltage()245 uv_max = supply->u_volt_max; in _opp_set_voltage()247 if (vdd_uv > uv_max || in _opp_set_voltage()249 supply->u_volt_min > uv_max) { in _opp_set_voltage()252 supply->u_volt_min, vdd_uv, uv_max); in _opp_set_voltage()258 uv_max); in _opp_set_voltage()263 uv_max); in _opp_set_voltage()267 uv_max); in _opp_set_voltage()
344 const long uv_max = lm93_vin_val_max[nr] * 1000; in LM93_IN_FROM_REG() local347 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() local370 const long slope = (uv_max - uv_min) / in LM93_IN_TO_REG()