Lines Matching refs:min_sel
89 u8 min_sel; member
289 val = info->min_sel; in _buck_set_value()
291 val = ((uvolt - info->min_uv) / info->step_uv) + info->min_sel; in _buck_set_value()
373 val = info->min_sel; in _buck_set_suspend_value()
375 val = ((uvolt - info->min_uv) / info->step_uv) + info->min_sel; in _buck_set_suspend_value()
802 if (val >= info->min_sel && val <= info->max_sel) in buck_get_value()
808 if (val <= info->max_sel && val >= info->min_sel) in buck_get_value()
813 return info->min_uv + (val - info->min_sel) * info->step_uv; in buck_get_value()
838 if (val <= info->max_sel && val >= info->min_sel) in buck_get_suspend_value()
844 if (val <= info->max_sel && val >= info->min_sel) in buck_get_suspend_value()
849 return info->min_uv + (val - info->min_sel) * info->step_uv; in buck_get_suspend_value()
922 val = info->min_sel; in ldo_set_value()
924 val = ((uvolt - info->min_uv) / info->step_uv) + info->min_sel; in ldo_set_value()
943 val = info->min_sel; in ldo_set_suspend_value()
945 val = ((uvolt - info->min_uv) / info->step_uv) + info->min_sel; in ldo_set_suspend_value()