Lines Matching refs:step_volt
859 int step_volt,
878 return DIV_ROUND_UP(uV, step_volt) * step_volt;
887 unsigned int step_volt;
896 step_volt = regulator_get_linear_step(drv->vdd_apc);
897 if (!step_volt)
911 fdata->min_uV = roundup(fdata->min_uV, step_volt);
912 fdata->max_uV = roundup(fdata->max_uV, step_volt);
916 step_volt, drv);
1020 static int cpr_interpolate(const struct corner *corner, int step_volt,
1056 return roundup(uV, step_volt);
1123 int step_volt = regulator_get_linear_step(drv->vdd_apc);
1126 if (!step_volt)
1238 corner->uV = cpr_interpolate(corner, step_volt, fdata);