Searched refs:max_uV_step (Results 1 – 4 of 4) sorted by relevance
119 cpu_max_step = cpu_rdev->constraints->max_uV_step; in tegra30_voltage_update()120 core_max_step = core_rdev->constraints->max_uV_step; in tegra30_voltage_update()
160 int max_uV_step; member
186 constraints->max_uV_step = pval; in of_get_regulation_constraints()
3638 if (!constraints->max_uV_step || !_regulator_is_enabled(rdev)) in regulator_limit_voltage_step()3648 if (abs(*current_uV - *min_uV) <= constraints->max_uV_step) in regulator_limit_voltage_step()3653 *min_uV = min(*current_uV + constraints->max_uV_step, in regulator_limit_voltage_step()3656 *min_uV = max(*current_uV - constraints->max_uV_step, in regulator_limit_voltage_step()