Searched refs:next_uV (Results 1 – 1 of 1) sorted by relevance
114 int next_uV; in vctrl_set_voltage() local122 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()