Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/power/charge/
H A Dsgm41542_charger.c309 static int sgm4154x_set_chrg_volt(struct sgm41542 *charger, int chrg_volt) in sgm4154x_set_chrg_volt() argument
314 if (chrg_volt < SGM4154x_VREG_V_MIN_uV) in sgm4154x_set_chrg_volt()
315 chrg_volt = SGM4154x_VREG_V_MIN_uV; in sgm4154x_set_chrg_volt()
316 else if (chrg_volt > SGM4154x_VREG_V_MAX_uV) in sgm4154x_set_chrg_volt()
317 chrg_volt = SGM4154x_VREG_V_MAX_uV; in sgm4154x_set_chrg_volt()
319 reg_val = (chrg_volt - SGM4154x_VREG_V_MIN_uV) / SGM4154x_VREG_V_STEP_uV; in sgm4154x_set_chrg_volt()