Home
last modified time | relevance | path

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

/openbmc/linux/drivers/power/supply/
H A Dsc27xx_fuel_gauge.c961 int calib_data, cal_4200mv; in sc27xx_fgu_calibration() local
982 cal_4200mv = (calib_data & 0x1ff) + 6963 - 4096 - 256; in sc27xx_fgu_calibration()
983 data->vol_1000mv_adc = DIV_ROUND_CLOSEST(cal_4200mv * 10, 42); in sc27xx_fgu_calibration()