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

/linux-master/drivers/power/supply/
H A D88pm860x_battery.c332 int vbatt_avg; local
350 vbatt_avg = vbatt_sum / 10;
355 *ocv = vbatt_avg - ibatt_avg * info->resistor / 1000;
357 *ocv = vbatt_avg;
359 dev_dbg(info->dev, "VBAT average:%d, OCV:%d\n", vbatt_avg, *ocv);

Completed in 145 milliseconds