Searched refs:step_uV (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/regulator/
H A Dda903x.c80 int step_uV; member in struct:da903x_regulator_info
121 val = (min_uV - info->min_uV + info->step_uV - 1) / info->step_uV;
142 return info->min_uV + info->step_uV * val;
182 ret = info->min_uV + info->step_uV * selector;
202 val = (min_uV - info->min_uV + info->step_uV - 1) / info->step_uV;
231 val = (thresh - min_uV + info->step_uV - 1) / info->step_uV;
234 val = (min_uV - thresh + info->step_uV
[all...]
H A Dmax8925-regulator.c34 int step_uV; member in struct:max8925_regulator_info
54 return info->min_uV + index * info->step_uV;
68 data = (min_uV - info->min_uV + info->step_uV - 1) / info->step_uV;
179 .step_uV = step * 1000, \
198 .step_uV = step * 1000, \

Completed in 63 milliseconds