Home
last modified time | relevance | path

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

/openbmc/linux/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()