Home
last modified time | relevance | path

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

/drivers/mfd/
Dtps65911-comparator.c40 int uV_max; member
48 .uV_max = 3500,
54 .uV_max = 3500,
69 while (curr_voltage < tps_comp.uV_max) { in comp_threshold_set()
77 if (curr_voltage > tps_comp.uV_max) in comp_threshold_set()
/drivers/hwmon/
Dlm93.c356 const long uV_max = lm93_vin_val_max[nr] * 1000; in LM93_IN_FROM_REG() local
359 const long slope = (uV_max - uV_min) / in LM93_IN_FROM_REG()
378 const long uV_max = lm93_vin_val_max[nr] * 1000; in LM93_IN_TO_REG() local
382 const long slope = (uV_max - uV_min) / in LM93_IN_TO_REG()