Searched defs:uvolt (Results 1 - 2 of 2) sorted by last modified time

/drivers/power/
H A Dmax14577_charger.c209 unsigned int uvolt)
213 if (uvolt < MAXIM_CHARGER_CONSTANT_VOLTAGE_MIN ||
214 uvolt > MAXIM_CHARGER_CONSTANT_VOLTAGE_MAX)
217 if (uvolt == 4200000)
219 else if (uvolt == MAXIM_CHARGER_CONSTANT_VOLTAGE_MAX)
221 else if (uvolt <= 4280000) {
222 unsigned int val = uvolt;
226 if (uvolt <= 4180000)
444 ret = of_property_read_u32(np, "maxim,constant-uvolt",
447 dev_err(&pdev->dev, "Cannot parse maxim,constant-uvolt fiel
208 max14577_init_constant_voltage(struct max14577_charger *chg, unsigned int uvolt) argument
[all...]
H A Dtwl4030_charger.c273 static int twl4030_charger_enable_backup(int uvolt, int uamp) argument
278 if (uvolt < 2500000 ||
287 if (uvolt >= 3200000)
289 else if (uvolt >= 3100000)
291 else if (uvolt >= 3000000)
547 if (of_property_read_u32(np, "ti,bb-uvolt", &num) == 0)

Completed in 55 milliseconds