Lines Matching refs:min_sel
70 u8 min_sel; member
190 val = info->min_sel; in _buck_set_value()
192 val = ((uvolt - info->min_uv) / info->step_uv) + info->min_sel; in _buck_set_value()
234 val = info->min_sel; in _buck_set_suspend_value()
236 val = ((uvolt - info->min_uv) / info->step_uv) + info->min_sel; in _buck_set_suspend_value()
594 if (val >= info->min_sel && val <= info->max_sel) in buck_get_value()
600 if (val <= info->max_sel && val >= info->min_sel) in buck_get_value()
605 return info->min_uv + (val - info->min_sel) * info->step_uv; in buck_get_value()
630 if (val <= info->max_sel && val >= info->min_sel) in buck_get_suspend_value()
636 if (val <= info->max_sel && val >= info->min_sel) in buck_get_suspend_value()
641 return info->min_uv + (val - info->min_sel) * info->step_uv; in buck_get_suspend_value()
715 val = info->min_sel; in ldo_set_value()
717 val = ((uvolt - info->min_uv) / info->step_uv) + info->min_sel; in ldo_set_value()
754 val = info->min_sel; in pldo_set_value()
756 val = ((uvolt - info->min_uv) / info->step_uv) + info->min_sel; in pldo_set_value()
775 val = info->min_sel; in ldo_set_suspend_value()
777 val = ((uvolt - info->min_uv) / info->step_uv) + info->min_sel; in ldo_set_suspend_value()
857 val = info->min_sel; in pldo_set_suspend_value()
859 val = ((uvolt - info->min_uv) / info->step_uv) + info->min_sel; in pldo_set_suspend_value()