Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/regulator/
Dvctrl-regulator.c114 int next_uV; in vctrl_set_voltage() local
122 next_uV = max_t(int, req_min_uV, uV - max_drop_uV); in vctrl_set_voltage()
123 next_ctrl_uV = vctrl_calc_ctrl_voltage(vctrl, next_uV); in vctrl_set_voltage()
131 delay = DIV_ROUND_UP(uV - next_uV, vctrl->min_slew_down_rate); in vctrl_set_voltage()
134 uV = next_uV; in vctrl_set_voltage()