Lines Matching refs:min_sel

96 	u8 min_sel;  member
393 val = info->min_sel; in _buck_set_value()
395 val = ((uvolt - info->min_uv) / info->step_uv) + info->min_sel; in _buck_set_value()
486 val = info->min_sel; in _buck_set_suspend_value()
488 val = ((uvolt - info->min_uv) / info->step_uv) + info->min_sel; in _buck_set_suspend_value()
1052 if (val >= info->min_sel && val <= info->max_sel) in buck_get_value()
1058 if (val <= info->max_sel && val >= info->min_sel) in buck_get_value()
1063 return info->min_uv + (val - info->min_sel) * info->step_uv; in buck_get_value()
1088 if (val <= info->max_sel && val >= info->min_sel) in buck_get_suspend_value()
1094 if (val <= info->max_sel && val >= info->min_sel) in buck_get_suspend_value()
1099 return info->min_uv + (val - info->min_sel) * info->step_uv; in buck_get_suspend_value()
1172 val = info->min_sel; in ldo_set_value()
1174 val = ((uvolt - info->min_uv) / info->step_uv) + info->min_sel; in ldo_set_value()
1193 val = info->min_sel; in ldo_set_suspend_value()
1195 val = ((uvolt - info->min_uv) / info->step_uv) + info->min_sel; in ldo_set_suspend_value()
1599 val = info->min_sel; in pldo_set_value()
1601 val = ((uvolt - info->min_uv) / info->step_uv) + info->min_sel; in pldo_set_value()
1634 val = info->min_sel; in pldo_set_suspend_value()
1636 val = ((uvolt - info->min_uv) / info->step_uv) + info->min_sel; in pldo_set_suspend_value()
1775 val = info->min_sel; in boost_set_suspend_value()
1777 val = ((uvolt - info->min_uv) / info->step_uv) + info->min_sel; in boost_set_suspend_value()
1888 val = info->min_sel; in boost_set_value()
1890 val = ((uvolt - info->min_uv) / info->step_uv) + info->min_sel; in boost_set_value()