Home
last modified time | relevance | path

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

/drivers/power/supply/
Dab8500_btemp.c460 int rbat, rntc, vntc; in ab8500_btemp_measure_temp() local
483 vntc = ab8500_gpadc_convert(di->gpadc, BTEMP_BALL); in ab8500_btemp_measure_temp()
484 if (vntc < 0) { in ab8500_btemp_measure_temp()
494 rntc = 230000 * vntc / (VTVOUT_V - vntc); in ab8500_btemp_measure_temp()