Searched refs:uamp (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/drivers/power/supply/ |
D | max14577_charger.c | 272 unsigned int uamp) in max14577_init_eoc() argument 279 if (uamp < 5000) in max14577_init_eoc() 282 if (uamp >= 7500 && uamp < 10000) in max14577_init_eoc() 284 else if (uamp <= 50000) { in max14577_init_eoc() 286 current_bits = uamp / 5000; in max14577_init_eoc() 288 uamp = min(uamp, 100000U) - 50000U; in max14577_init_eoc() 289 current_bits = 0xa + uamp / 10000; in max14577_init_eoc() 295 if (uamp < MAX14577_CHARGER_EOC_CURRENT_LIMIT_MIN) in max14577_init_eoc() 298 uamp = min(uamp, MAX14577_CHARGER_EOC_CURRENT_LIMIT_MAX); in max14577_init_eoc() 299 uamp -= MAX14577_CHARGER_EOC_CURRENT_LIMIT_MIN; in max14577_init_eoc() [all …]
|
D | max77693_charger.c | 374 unsigned long uamp) in max77693_set_top_off_threshold_current() argument 378 if (uamp < 100000 || uamp > 350000) in max77693_set_top_off_threshold_current() 381 if (uamp <= 200000) in max77693_set_top_off_threshold_current() 382 data = (uamp - 100000) / 25000; in max77693_set_top_off_threshold_current() 385 data = uamp / 50000; in max77693_set_top_off_threshold_current() 534 unsigned int uamp) in max77693_set_batttery_overcurrent() argument 538 if (uamp && (uamp < 2000000 || uamp > 3500000)) { in max77693_set_batttery_overcurrent() 543 if (uamp) in max77693_set_batttery_overcurrent() 544 data = ((uamp - 2000000) / 250000) + 1; in max77693_set_batttery_overcurrent() 550 dev_dbg(chg->dev, "Battery overcurrent: %u (0x%x)\n", uamp, data); in max77693_set_batttery_overcurrent()
|
D | twl4030_charger.c | 523 static int twl4030_charger_enable_backup(int uvolt, int uamp) in twl4030_charger_enable_backup() argument 529 uamp < 25) { in twl4030_charger_enable_backup() 546 if (uamp >= 1000) in twl4030_charger_enable_backup() 548 else if (uamp >= 500) in twl4030_charger_enable_backup() 550 else if (uamp >= 150) in twl4030_charger_enable_backup()
|
/Linux-v4.19/Documentation/devicetree/bindings/mfd/ |
D | max14577.txt | 22 - maxim,fast-charge-uamp : Current in uA for Fast Charge; 26 - maxim,eoc-uamp : Current in uA for End-Of-Charge mode; 96 maxim,fast-charge-uamp = <450000>; 97 maxim,eoc-uamp = <50000>; 141 maxim,fast-charge-uamp = <225000>; 142 maxim,eoc-uamp = <7500>;
|
/Linux-v4.19/Documentation/devicetree/bindings/power/supply/ |
D | twl-charger.txt | 21 - ti,bb-uamp: microamps for charging the backup battery. 29 ti,bb-uamp = <150>;
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | logicpd-som-lv-baseboard.dtsi | 62 ti,bb-uamp = <150>;
|
D | exynos3250-monk.dts | 105 maxim,fast-charge-uamp = <225000>; 106 maxim,eoc-uamp = <7500>;
|
D | exynos3250-rinato.dts | 100 maxim,fast-charge-uamp = <225000>; 101 maxim,eoc-uamp = <7500>;
|
D | logicpd-torpedo-baseboard.dtsi | 92 ti,bb-uamp = <150>;
|
D | omap3-gta04.dtsi | 500 ti,bb-uamp = <150>;
|
D | omap3-pandora-common.dtsi | 441 ti,bb-uamp = <150>;
|