Searched refs:_max_uV (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/regulator/ |
| 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, \
|
| D | qcom_spmi-regulator.c | 420 _set_point_max_uV, _max_uV, _step_uV) \ argument 423 .max_uV = _max_uV, \
|
| /Linux-v5.4/arch/arm/mach-pxa/ |
| D | em-x270.c | 1064 #define REGULATOR_INIT(_ldo, _min_uV, _max_uV, _ops_mask) \ argument 1068 .max_uV = _max_uV, \
|