Searched refs:max_uV_step (Results 1 – 4 of 4) sorted by relevance
178 int max_uV_step; member
139 cpu_max_step = cpu_rdev->constraints->max_uV_step; in tegra30_voltage_update()140 core_max_step = core_rdev->constraints->max_uV_step; in tegra30_voltage_update()
242 constraints->max_uV_step = pval; in of_get_regulation_constraints()
3732 if (!constraints->max_uV_step || !_regulator_is_enabled(rdev)) in regulator_limit_voltage_step()3742 if (abs(*current_uV - *min_uV) <= constraints->max_uV_step) in regulator_limit_voltage_step()3747 *min_uV = min(*current_uV + constraints->max_uV_step, in regulator_limit_voltage_step()3750 *min_uV = max(*current_uV - constraints->max_uV_step, in regulator_limit_voltage_step()