Home
last modified time | relevance | path

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

/linux/drivers/thermal/
H A Dairoha_thermal.c601 int delta_diode, delta_gain; in an7583_thermal_get_temp() local
621 delta_gain = (delta_diode * coeff) / 100 + (diode_zero - diode_d1); in an7583_thermal_get_temp()
622 if (!delta_gain) in an7583_thermal_get_temp()
625 *temp = (slope * delta_diode * 10) / delta_gain - offset * 10; in an7583_thermal_get_temp()