Searched refs:max_uV_step (Results 1 – 4 of 4) sorted by relevance
178 int max_uV_step; member
189 cpu_max_step = cpu_rdev->constraints->max_uV_step; in tegra30_voltage_update()190 core_max_step = core_rdev->constraints->max_uV_step; in tegra30_voltage_update()
242 constraints->max_uV_step = pval; in of_get_regulation_constraints()
3890 if (!constraints->max_uV_step || !_regulator_is_enabled(rdev)) in regulator_limit_voltage_step() 3900 if (abs(*current_uV - *min_uV) <= constraints->max_uV_step) in regulator_limit_voltage_step() 3905 *min_uV = min(*current_uV + constraints->max_uV_step, in regulator_get_optimal_voltage() 3908 *min_uV = max(*current_uV - constraints->max_uV_step, in regulator_get_optimal_voltage() 4026 /* Apply max_uV_step constraint if necessary */ in regulator_get_optimal_voltage()