Searched refs:max_drop_uV (Results 1 – 1 of 1) sorted by relevance
117 int max_drop_uV = (uV * vctrl->ovp_threshold) / 100; in vctrl_set_voltage() local123 if (max_drop_uV == 0) in vctrl_set_voltage()124 max_drop_uV = 1; in vctrl_set_voltage()126 next_uV = max_t(int, req_min_uV, uV - max_drop_uV); in vctrl_set_voltage()