Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/power/
Dab8500_btemp.c506 int rbat, rntc, vntc; in ab8500_btemp_measure_temp() local
529 vntc = ab8500_gpadc_convert(di->gpadc, BTEMP_BALL); in ab8500_btemp_measure_temp()
530 if (vntc < 0) { in ab8500_btemp_measure_temp()
540 rntc = 230000 * vntc / (VTVOUT_V - vntc); in ab8500_btemp_measure_temp()