Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hwmon/
Dab8500.c57 int v_ntc, int *temp) in ab8500_voltage_to_temp() argument
62 if (cfg->vcc < 0 || v_ntc >= cfg->vcc) in ab8500_voltage_to_temp()
65 r_ntc = v_ntc * cfg->r_up / (cfg->vcc - v_ntc); in ab8500_voltage_to_temp()