Searched refs:max_current_uV (Results 1 – 1 of 1) sorted by relevance
3504 int max_current_uV = 0, min_current_uV = INT_MAX; in regulator_get_optimal_voltage() local3584 max_current_uV = max(tmp_act, max_current_uV); in regulator_get_optimal_voltage()3588 if (max_current_uV == 0) { in regulator_get_optimal_voltage()3595 possible_uV = max(target_uV, max_current_uV - max_spread); in regulator_get_optimal_voltage()