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