Home
last modified time | relevance | path

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

/linux/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()