Searched refs:term_currrent (Results 1 – 1 of 1) sorted by relevance
372 u32 term_currrent, term_voltage, cur_val, vol_val; in sc2731_charger_hw_init() local393 term_currrent = bat_info->charge_term_current_ua / 1000; in sc2731_charger_hw_init()395 if (term_currrent <= 90) in sc2731_charger_hw_init()397 else if (term_currrent >= 265) in sc2731_charger_hw_init()400 cur_val = ((term_currrent - 90) / 25) + 1; in sc2731_charger_hw_init()