Searched refs:_max_uV (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/regulator/ |
H A D | max77620-regulator.c | 660 #define RAIL_SD(_id, _name, _sname, _volt_mask, _min_uV, _max_uV, \ argument 679 .n_voltages = ((_max_uV - _min_uV) / _step_uV) + 1, \ 694 #define RAIL_LDO(_id, _name, _sname, _type, _min_uV, _max_uV, _step_uV) \ argument 711 .n_voltages = ((_max_uV - _min_uV) / _step_uV) + 1, \
|
H A D | qcom_spmi-regulator.c | 469 _set_point_max_uV, _max_uV, _step_uV) \ argument 472 .max_uV = _max_uV, \
|