Searched refs:vbat_low (Results 1 – 4 of 4) sorted by relevance
78 int vbat_low; member263 charger->thresholds.vbat_low) { in da9030_charger_check_state()268 charger->thresholds.vbat_low); in da9030_charger_check_state()374 if (charger->adc.vbat_res < charger->thresholds.vbat_low) { in da9030_battery_vbat_event()418 charger->thresholds.vbat_low = in da9030_battery_convert_thresholds()419 da9030_millivolt_to_reg(pdata->vbat_low); in da9030_battery_convert_thresholds()454 v[0] = v[1] = charger->thresholds.vbat_low; in da9030_battery_charger_init()
675 int vbat_high, vbat_low; in ab8500_gpadc_read_calibration_data() local875 vbat_low = ((gpadc_cal[6] & 0xFC) >> 2); in ab8500_gpadc_read_calibration_data()878 gpadc->cal_data[AB8500_CAL_VBAT].otp_calib_lo = (u16)vbat_low; in ab8500_gpadc_read_calibration_data()881 (4700 - 2380) / (vbat_high - vbat_low); in ab8500_gpadc_read_calibration_data()884 (vbat_high - vbat_low)) * vbat_high; in ab8500_gpadc_read_calibration_data()
116 int vbat_low; member
717 .vbat_low = 3600,