Searched refs:min_mV (Results 1 – 2 of 2) sorted by relevance
/drivers/regulator/ |
D | twl6030-regulator.c | 35 u16 min_mV; member 266 return (info->min_mV + 100 * (sel - 1)) * 1000; in twl6030ldo_list_voltage() 531 .min_mV = min_mVolts, \ 545 .min_mV = min_mVolts, \ 560 .min_mV = mVolts, \ 577 .min_mV = 600, \
|
D | da9063-regulator.c | 58 #define DA9063_LDO(chip, regl_name, min_mV, step_mV, max_mV) \ argument 62 .desc.min_uV = (min_mV) * 1000, \ 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 80 .desc.min_uV = (min_mV) * 1000, \ 82 .desc.n_voltages = ((max_mV) - (min_mV))/(step_mV) + 1, \
|