Searched refs:tjunc (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/hwmon/
H A Dda9052-hwmon.c260 int tjunc; local
263 tjunc = da9052_reg_read(hwmon->da9052, DA9052_TJUNC_RES_REG);
264 if (tjunc < 0)
265 return tjunc;
275 return sprintf(buf, "%d\n", 1708 * (tjunc - toffset) - 108800);
H A Dda9055-hwmon.c179 int tjunc; local
182 tjunc = da9055_adc_manual_read(hwmon, DA9055_ADC_TJUNC);
183 if (tjunc < 0)
184 return tjunc;
194 return sprintf(buf, "%d\n", DIV_ROUND_CLOSEST(-4084 * (tjunc - toffset)

Completed in 166 milliseconds