Searched refs:target_uV (Results 1 – 1 of 1) sorted by relevance
29 int highest_min_uV = 0, target_uV, possible_uV; in regulator_get_optimal_voltage() local75 target_uV = max(desired_min_uV, highest_min_uV - max_spread); in regulator_get_optimal_voltage()96 possible_uV = max(target_uV, max_current_uV - max_spread); in regulator_get_optimal_voltage()102 done = (possible_uV == target_uV); in regulator_get_optimal_voltage()