Searched refs:highest_min_uV (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/soc/samsung/ |
H A D | exynos-regulator-coupler.c | 29 int highest_min_uV = 0, target_uV, possible_uV; in regulator_get_optimal_voltage() local 60 highest_min_uV = max(highest_min_uV, tmp_min); in regulator_get_optimal_voltage() 75 target_uV = max(desired_min_uV, highest_min_uV - max_spread); in regulator_get_optimal_voltage()
|
/openbmc/linux/drivers/regulator/ |
H A D | core.c | 3925 int highest_min_uV = 0, target_uV, possible_uV; in regulator_get_optimal_voltage() 3972 highest_min_uV = max(highest_min_uV, tmp_min); in regulator_get_optimal_voltage() 3987 target_uV = max(desired_min_uV, highest_min_uV - max_spread); in regulator_get_optimal_voltage() 3915 int highest_min_uV = 0, target_uV, possible_uV; regulator_get_optimal_voltage() local
|