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

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

Completed in 33 milliseconds