Home
last modified time | relevance | path

Searched refs:uamp (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/power/supply/
H A Dmax14577_charger.c262 unsigned int uamp) in max14577_init_eoc() argument
269 if (uamp < 5000) in max14577_init_eoc()
272 if (uamp >= 7500 && uamp < 10000) in max14577_init_eoc()
274 else if (uamp <= 50000) { in max14577_init_eoc()
276 current_bits = uamp / 5000; in max14577_init_eoc()
278 uamp = min(uamp, 100000U) - 50000U; in max14577_init_eoc()
279 current_bits = 0xa + uamp / 10000; in max14577_init_eoc()
285 if (uamp < MAX14577_CHARGER_EOC_CURRENT_LIMIT_MIN) in max14577_init_eoc()
288 uamp = min(uamp, MAX14577_CHARGER_EOC_CURRENT_LIMIT_MAX); in max14577_init_eoc()
289 uamp -= MAX14577_CHARGER_EOC_CURRENT_LIMIT_MIN; in max14577_init_eoc()
[all …]
H A Dmax8971_charger.c476 unsigned long uamp; in top_off_threshold_current_store() local
479 err = kstrtoul(buf, 10, &uamp); in top_off_threshold_current_store()
483 if (uamp < 50000 || uamp > 200000) in top_off_threshold_current_store()
486 priv->toffs = uamp / 50000 - 1; in top_off_threshold_current_store()
H A Dtwl4030_charger.c545 static int twl4030_charger_enable_backup(int uvolt, int uamp) in twl4030_charger_enable_backup() argument
551 uamp < 25) { in twl4030_charger_enable_backup()
568 if (uamp >= 1000) in twl4030_charger_enable_backup()
570 else if (uamp >= 500) in twl4030_charger_enable_backup()
572 else if (uamp >= 150) in twl4030_charger_enable_backup()
/linux/arch/arm/boot/dts/ti/omap/
H A Dlogicpd-som-lv-baseboard.dtsi60 ti,bb-uamp = <150>;
H A Dlogicpd-torpedo-baseboard.dtsi91 ti,bb-uamp = <150>;
H A Domap3-pandora-common.dtsi449 ti,bb-uamp = <150>;
/linux/arch/arm/boot/dts/samsung/
H A Dexynos3250-monk.dts107 maxim,fast-charge-uamp = <225000>;
108 maxim,eoc-uamp = <7500>;
H A Dexynos3250-rinato.dts109 maxim,fast-charge-uamp = <225000>;
110 maxim,eoc-uamp = <7500>;