Home
last modified time | relevance | path

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

/openbmc/linux/drivers/power/supply/
H A Drt5033_charger.c21 unsigned int fast_uamp; member
203 if (chg->fast_uamp < RT5033_CHARGER_FAST_CURRENT_MIN || in rt5033_init_fast_charge()
204 chg->fast_uamp > RT5033_CHARGER_FAST_CURRENT_MAX) { in rt5033_init_fast_charge()
210 if (chg->fast_uamp == RT5033_CHARGER_FAST_CURRENT_MIN) in rt5033_init_fast_charge()
212 else if (chg->fast_uamp == RT5033_CHARGER_FAST_CURRENT_MAX) in rt5033_init_fast_charge()
215 val = chg->fast_uamp; in rt5033_init_fast_charge()
397 chg->fast_uamp = info->constant_charge_current_max_ua; in rt5033_charger_dt_init()