Searched refs:_max_uV (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/regulator/ |
D | max77620-regulator.c | 663 #define RAIL_SD(_id, _name, _sname, _volt_mask, _min_uV, _max_uV, \ argument 682 .n_voltages = ((_max_uV - _min_uV) / _step_uV) + 1, \ 696 #define RAIL_LDO(_id, _name, _sname, _type, _min_uV, _max_uV, _step_uV) \ argument 713 .n_voltages = ((_max_uV - _min_uV) / _step_uV) + 1, \
|
D | qcom_spmi-regulator.c | 385 _set_point_max_uV, _max_uV, _step_uV) \ argument 388 .max_uV = _max_uV, \
|
/Linux-v4.19/arch/arm/mach-pxa/ |
D | em-x270.c | 1079 #define REGULATOR_INIT(_ldo, _min_uV, _max_uV, _ops_mask) \ argument 1083 .max_uV = _max_uV, \
|