term_currrent 372 drivers/power/supply/sc2731_charger.c u32 term_currrent, term_voltage, cur_val, vol_val; term_currrent 393 drivers/power/supply/sc2731_charger.c term_currrent = bat_info.charge_term_current_ua / 1000; term_currrent 395 drivers/power/supply/sc2731_charger.c if (term_currrent <= 90) term_currrent 397 drivers/power/supply/sc2731_charger.c else if (term_currrent >= 265) term_currrent 400 drivers/power/supply/sc2731_charger.c cur_val = ((term_currrent - 90) / 25) + 1;