Home
last modified time | relevance | path

Searched refs:next_uV (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/regulator/
H A Dvctrl-regulator.c118 int next_uV; in vctrl_set_voltage() local
126 next_uV = max_t(int, req_min_uV, uV - max_drop_uV); in vctrl_set_voltage()
127 next_ctrl_uV = vctrl_calc_ctrl_voltage(vctrl, next_uV); in vctrl_set_voltage()
136 delay = DIV_ROUND_UP(uV - next_uV, vctrl->min_slew_down_rate); in vctrl_set_voltage()
139 uV = next_uV; in vctrl_set_voltage()
/kernel/linux/linux-6.6/drivers/regulator/
H A Dvctrl-regulator.c118 int next_uV; in vctrl_set_voltage() local
126 next_uV = max_t(int, req_min_uV, uV - max_drop_uV); in vctrl_set_voltage()
127 next_ctrl_uV = vctrl_calc_ctrl_voltage(vctrl, next_uV); in vctrl_set_voltage()
136 delay = DIV_ROUND_UP(uV - next_uV, vctrl->min_slew_down_rate); in vctrl_set_voltage()
139 uV = next_uV; in vctrl_set_voltage()

Completed in 2 milliseconds