Home
last modified time | relevance | path

Searched refs:max_mV (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/regulator/
Dda9063-regulator.c58 #define DA9063_LDO(chip, regl_name, min_mV, step_mV, max_mV) \ argument
64 .desc.n_voltages = (((max_mV) - (min_mV))/(step_mV) + 1 \
76 #define DA9063_BUCK(chip, regl_name, min_mV, step_mV, max_mV, limits_array) \ argument
82 .desc.n_voltages = ((max_mV) - (min_mV))/(step_mV) + 1, \
Dtps80031-regulator.c467 #define TPS80031_REG_FIXED(_id, max_mV, _ops, _delay, _pbit) \ argument
476 .min_uV = max_mV * 1000, \