Home
last modified time | relevance | path

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

/linux-4.4.14/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, \
Dtwl-regulator.c53 u16 max_mV; member
891 .max_mV = max_mVolts, \
906 .max_mV = max_mVolts, \
940 .max_mV = 2100, \
Dtps80031-regulator.c467 #define TPS80031_REG_FIXED(_id, max_mV, _ops, _delay, _pbit) \ argument
476 .min_uV = max_mV * 1000, \