Searched refs:max_mV (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/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 | twl-regulator.c | 53 u16 max_mV; member 891 .max_mV = max_mVolts, \ 906 .max_mV = max_mVolts, \ 940 .max_mV = 2100, \
|
D | tps80031-regulator.c | 467 #define TPS80031_REG_FIXED(_id, max_mV, _ops, _delay, _pbit) \ argument 476 .min_uV = max_mV * 1000, \
|