Home
last modified time | relevance | path

Searched refs:uV_step (Results 1 – 25 of 41) sorted by relevance

12

/linux/drivers/regulator/
H A Dlm363x-regulator.c112 .uV_step = LM363X_STEP_50mV,
125 .uV_step = LM363X_STEP_500mV,
140 .uV_step = LM363X_STEP_50mV,
155 .uV_step = LM363X_STEP_50mV,
170 .uV_step = LM363X_STEP_50mV,
186 .uV_step = LM363X_STEP_50mV,
199 .uV_step = LM363X_STEP_50mV,
214 .uV_step = LM363X_STEP_50mV,
231 .uV_step = LM363X_STEP_50mV,
244 .uV_step = LM363X_STEP_50mV,
[all …]
H A Datc260x-regulator.c180 .uV_step = step, \
218 .uV_step = step, \
235 .uV_step = step, \
254 .uV_step = step, \
284 .uV_step = step, \
347 .uV_step = 6250, \
385 .uV_step = 100000, \
404 .uV_step = 100000, \
447 .uV_step = 100000, \
H A Dda9062-regulator.c366 .desc.uV_step = (10) * 1000,
403 .desc.uV_step = (20) * 1000,
440 .desc.uV_step = (10) * 1000,
477 .desc.uV_step = (50) * 1000,
510 .desc.uV_step = (50) * 1000,
543 .desc.uV_step = (50) * 1000,
576 .desc.uV_step = (50) * 1000,
613 .desc.uV_step = (10) * 1000,
650 .desc.uV_step = (10) * 1000,
687 .desc.uV_step = (20) * 1000,
[all …]
H A Dsun20i-regulator.c31 uV = desc->min_uV + (desc->uV_step * selector); in sun20i_d1_system_ldo_list_voltage()
60 .uV_step = 13333, /* repeating */
73 .uV_step = 13333, /* repeating */
H A Dpv88080-regulator.c49 int uV_step; member
97 .uV_step = 6250,
102 .uV_step = 6250,
278 .uV_step = step, \
296 .uV_step = step, \
475 pv88080_regulator_info[i].desc.uV_step = in pv88080_i2c_probe()
476 pv88080_buck_vol[conf2].uV_step * (conf5+1); in pv88080_i2c_probe()
480 /(pv88080_regulator_info[i].desc.uV_step) + 1; in pv88080_i2c_probe()
H A Drt5739.c106 max_uV = desc->min_uV + desc->uV_step * (desc->n_voltages - 1); in rt5739_set_suspend_voltage()
116 vsel = (uV - desc->min_uV) / desc->uV_step; in rt5739_set_suspend_voltage()
230 desc->uV_step = RT5733_VOLT_STPUV; in rt5739_init_regulator_desc()
235 desc->uV_step = RT5739_VOLT_STPUV; in rt5739_init_regulator_desc()
H A Dmt6370-regulator.c192 .uV_step = MT6370_DBVBOOST_STPUV,
210 .uV_step = MT6370_DBVOUT_STPUV,
234 .uV_step = MT6370_DBVOUT_STPUV,
257 .uV_step = MT6370_LDO_STPUV,
H A Dmax8660.c261 .uV_step = MAX8660_DCDC_STEP,
271 .uV_step = MAX8660_DCDC_STEP,
281 .uV_step = MAX8660_LDO5_STEP,
291 .uV_step = MAX8660_LDO67_STEP,
301 .uV_step = MAX8660_LDO67_STEP,
H A Dda903x-regulator.c202 sel = DIV_ROUND_UP(thresh - min_uV, info->desc.uV_step); in da9030_map_ldo14_voltage()
205 sel = DIV_ROUND_UP(min_uV - thresh, info->desc.uV_step); in da9030_map_ldo14_voltage()
219 rdev->desc->uV_step * (3 - (selector & ~0x4)); in da9030_list_ldo14_voltage()
222 rdev->desc->uV_step * (selector & ~0x4); in da9030_list_ldo14_voltage()
319 .uV_step = (step) * 1000, \
339 .uV_step = (step) * 1000, \
H A Dmt6358-regulator.c50 .uV_step = (step), \
103 .uV_step = (step), \
131 .uV_step = 10000, \
151 .uV_step = (step), \
204 .uV_step = (step), \
232 .uV_step = 10000, \
H A Dwm8994-regulator.c83 .uV_step = 100000,
112 .uV_step = 100000,
H A Drt4803.c117 vsel = (uV - rdev->desc->min_uV) / rdev->desc->uV_step; in rt4803_set_suspend_voltage()
181 desc->uV_step = RT4803_VOUT_STEPUV; in rt4803_probe()
H A Dda9121-regulator.c454 .uV_step = DA9121_STEP_MV * 1000,
479 .uV_step = DA9121_STEP_MV * 1000,
498 .uV_step = DA9121_STEP_MV * 1000,
520 .uV_step = DA9121_STEP_MV * 1000,
539 .uV_step = DA9121_STEP_MV * 1000,
560 .uV_step = DA9121_STEP_MV * 1000,
587 .uV_step = DA914X_STEP_MV * 1000,
607 .uV_step = DA914X_STEP_MV * 1000,
H A Dltc3676.c166 rdesc->uV_step = ltc3676_scale(desc->uV_step, r[0], r[1]); in ltc3676_of_parse_cb()
203 .uV_step = (dvba_reg) ? 12500 : 0, \
H A Dhelpers.c387 if (rdev->desc->n_voltages == 1 && rdev->desc->uV_step == 0) { in regulator_map_voltage_linear()
394 if (!rdev->desc->uV_step) { in regulator_map_voltage_linear()
395 BUG_ON(!rdev->desc->uV_step); in regulator_map_voltage_linear()
402 ret = DIV_ROUND_UP(min_uV - rdev->desc->min_uV, rdev->desc->uV_step); in regulator_map_voltage_linear()
554 return desc->min_uV + (desc->uV_step * selector); in regulator_desc_list_voltage_linear()
H A Dmax8907-regulator.c56 .uV_step = (step), \
99 .uV_step = (step), \
306 pmic->desc[MAX8907_SD1].uV_step = 12500; in max8907_regulator_probe()
H A Drt4801-regulator.c149 .uV_step = STEP_UV,
163 .uV_step = STEP_UV,
H A Dwm8400-regulator.c182 .uV_step = 25000,
196 .uV_step = 25000,
H A Dmax8925-regulator.c167 .uV_step = step * 1000, \
185 .uV_step = step * 1000, \
H A Drt5759-regulator.c224 reg_desc->uV_step = RT5759_STEP_UV; in rt5759_regulator_register()
244 reg_desc->uV_step = RT5759A_STEP_UV; in rt5759_regulator_register()
H A Dmax77675-regulator.c509 .uV_step = MAX77675_STEP_25MV,
532 .uV_step = MAX77675_STEP_25MV,
555 .uV_step = MAX77675_STEP_25MV,
578 .uV_step = MAX77675_STEP_25MV,
H A Drt5190a-regulator.c288 desc->uV_step = RT5190A_BUCK23_STEPUV; in rt5190a_fillin_regulator_desc()
296 desc->uV_step = RT5190A_BUCK23_STEPUV; in rt5190a_fillin_regulator_desc()
H A Drc5t583-regulator.c77 .uV_step = _step_uV, \
H A Drn5t618-regulator.c36 .uV_step = (step), \
H A Dda9055-regulator.c343 .uV_step = (step) * 1000,\
373 .uV_step = (step) * 1000,\

12