Searched refs:max_mV (Results 1 – 3 of 3) sorted by relevance
/drivers/power/supply/ |
D | ingenic-battery.c | 65 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/ |
D | da9063-regulator.c | 89 #define DA9063_LDO(chip, regl_name, min_mV, step_mV, max_mV) \ argument 95 .desc.n_voltages = (((max_mV) - (min_mV))/(step_mV) + 1 \ 107 #define DA9063_BUCK(chip, regl_name, min_mV, step_mV, max_mV, limits_array, \ argument 114 .desc.n_voltages = ((max_mV) - (min_mV))/(step_mV) + 1, \
|
D | tps80031-regulator.c | 452 #define TPS80031_REG_FIXED(_id, max_mV, _ops, _delay, _pbit) \ argument 461 .min_uV = max_mV * 1000, \
|