Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/power/supply/
Daxp20x_battery.c55 #define AXP20X_CHRG_CTRL1_TGT_CURR GENMASK(3, 0) macro
177 *val &= AXP20X_CHRG_CTRL1_TGT_CURR; in axp20x_get_constant_charge_current()
402 if (charge_current > AXP20X_CHRG_CTRL1_TGT_CURR || charge_current < 0) in axp20x_set_constant_charge_current()
406 AXP20X_CHRG_CTRL1_TGT_CURR, charge_current); in axp20x_set_constant_charge_current()
417 if (charge_current > AXP20X_CHRG_CTRL1_TGT_CURR || charge_current < 0) in axp20x_set_max_constant_charge_current()