Searched refs:max_mV (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/regulator/ |
D | da9063-regulator.c | 58 #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, \
|
D | tps80031-regulator.c | 467 #define TPS80031_REG_FIXED(_id, max_mV, _ops, _delay, _pbit) \ argument 476 .min_uV = max_mV * 1000, \
|