Searched refs:_step_uV (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/regulator/ |
| H A D | rc5t583-regulator.c | 58 _vout_mask, _min_mv, _max_mv, _step_uV, _enable_mv) \ argument 68 .n_voltages = (_max_mv - _min_mv) * 1000 / _step_uV + 1, \ 77 .uV_step = _step_uV, \
|
| H A D | qcom_spmi-regulator.c | 469 _set_point_max_uV, _max_uV, _step_uV) \ argument 475 .step_uV = _step_uV, \ 478 ((_set_point_max_uV - _set_point_min_uV) / _step_uV) + 1 : \
|
| H A D | s2mps11.c | 882 _max_uV, _step_uV) \ argument 884 REGULATOR_LINEAR_VRANGE(_offs_uV, _min_uV, _max_uV, _step_uV) \ 887 ((((_max_uV) - (_offs_uV)) / (_step_uV)) + 1)
|