Home
last modified time | relevance | path

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

/drivers/power/supply/
Dingenic-battery.c65 u64 max_mV; in ingenic_battery_set_scale() local
83 max_mV = bat->info.voltage_max_design_uv / 1000; in ingenic_battery_set_scale()
88 if (scale_mV < max_mV) in ingenic_battery_set_scale()
/drivers/regulator/
Dcros-ec-regulator.c127 int max_mV = max_uV / 1000; in cros_ec_regulator_set_voltage() local
131 .max_mv = max_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
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
115 .desc.n_voltages = ((max_mV) - (min_mV))/(step_mV) + 1, \
Dtps80031-regulator.c452 #define TPS80031_REG_FIXED(_id, max_mV, _ops, _delay, _pbit) \ argument
461 .min_uV = max_mV * 1000, \