Home
last modified time | relevance | path

Searched refs:_max_uV (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/regulator/
Dmax77620-regulator.c660 #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, \
Dqcom_spmi-regulator.c420 _set_point_max_uV, _max_uV, _step_uV) \ argument
423 .max_uV = _max_uV, \
/Linux-v5.4/arch/arm/mach-pxa/
Dem-x270.c1064 #define REGULATOR_INIT(_ldo, _min_uV, _max_uV, _ops_mask) \ argument
1068 .max_uV = _max_uV, \