max_mV             65 drivers/power/supply/ingenic-battery.c 	u64 max_mV;
max_mV             83 drivers/power/supply/ingenic-battery.c 	max_mV = bat->info.voltage_max_design_uv / 1000;
max_mV             88 drivers/power/supply/ingenic-battery.c 		if (scale_mV < max_mV)
max_mV             89 drivers/regulator/da9063-regulator.c #define DA9063_LDO(chip, regl_name, min_mV, step_mV, max_mV) \
max_mV             95 drivers/regulator/da9063-regulator.c 	.desc.n_voltages = (((max_mV) - (min_mV))/(step_mV) + 1 \
max_mV            107 drivers/regulator/da9063-regulator.c #define DA9063_BUCK(chip, regl_name, min_mV, step_mV, max_mV, limits_array, \
max_mV            114 drivers/regulator/da9063-regulator.c 	.desc.n_voltages = ((max_mV) - (min_mV))/(step_mV) + 1, \
max_mV            452 drivers/regulator/tps80031-regulator.c #define TPS80031_REG_FIXED(_id, max_mV, _ops, _delay, _pbit)	\
max_mV            461 drivers/regulator/tps80031-regulator.c 		.min_uV = max_mV * 1000,			\