Lines Matching refs:step_volt
825 int step_volt,
844 return DIV_ROUND_UP(uV, step_volt) * step_volt;
853 unsigned int step_volt;
862 step_volt = regulator_get_linear_step(drv->vdd_apc);
863 if (!step_volt)
877 fdata->min_uV = roundup(fdata->min_uV, step_volt);
878 fdata->max_uV = roundup(fdata->max_uV, step_volt);
882 step_volt, drv);
986 static int cpr_interpolate(const struct corner *corner, int step_volt,
1022 return roundup(uV, step_volt);
1089 int step_volt = regulator_get_linear_step(drv->vdd_apc);
1092 if (!step_volt)
1204 corner->uV = cpr_interpolate(corner, step_volt, fdata);