Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dda9055-hwmon.c179 int tjunc; in da9055_tjunc_show() local
182 tjunc = da9055_adc_manual_read(hwmon, DA9055_ADC_TJUNC); in da9055_tjunc_show()
183 if (tjunc < 0) in da9055_tjunc_show()
184 return tjunc; in da9055_tjunc_show()
194 return sprintf(buf, "%d\n", DIV_ROUND_CLOSEST(-4084 * (tjunc - toffset) in da9055_tjunc_show()