Searched refs:chrg_volt (Results 1 – 1 of 1) sorted by relevance
309 static int sgm4154x_set_chrg_volt(struct sgm41542 *charger, int chrg_volt) in sgm4154x_set_chrg_volt() argument314 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()