Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/regulator/
Dcros-ec-regulator.c126 int min_mV = DIV_ROUND_UP(min_uV, 1000); in cros_ec_regulator_set_voltage() local
130 .min_mv = min_mV, in cros_ec_regulator_set_voltage()
138 if (min_mV > max_mV) in cros_ec_regulator_set_voltage()
Dda9063-regulator.c89 #define DA9063_LDO(chip, regl_name, min_mV, step_mV, max_mV) \ argument
93 .desc.min_uV = (min_mV) * 1000, \
95 .desc.n_voltages = (((max_mV) - (min_mV))/(step_mV) + 1 \
108 #define DA9063_BUCK(chip, regl_name, min_mV, step_mV, max_mV, limits_array, \ argument
113 .desc.min_uV = (min_mV) * 1000, \
115 .desc.n_voltages = ((max_mV) - (min_mV))/(step_mV) + 1, \