Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/power/supply/
Dsc2731_charger.c372 u32 term_currrent, term_voltage, cur_val, vol_val; in sc2731_charger_hw_init() local
393 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()