Searched refs:uvolt (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/drivers/power/supply/ |
D | max77693_charger.c | 449 unsigned int uvolt) in max77693_set_constant_volt() argument 463 if (uvolt >= 3650000 && uvolt < 4340000) in max77693_set_constant_volt() 464 data = (uvolt - 3650000) / 25000; in max77693_set_constant_volt() 465 else if (uvolt >= 4340000 && uvolt < 4350000) in max77693_set_constant_volt() 467 else if (uvolt >= 4350000 && uvolt <= 4400000) in max77693_set_constant_volt() 468 data = 0x1d + (uvolt - 4350000) / 25000; in max77693_set_constant_volt() 476 dev_dbg(chg->dev, "Charging constant voltage: %u (0x%x)\n", uvolt, in max77693_set_constant_volt() 485 unsigned int uvolt) in max77693_set_min_system_volt() argument 489 if (uvolt < 3000000 || uvolt > 3700000) { in max77693_set_min_system_volt() 494 data = (uvolt - 3000000) / 100000; in max77693_set_min_system_volt() [all …]
|
D | max14577_charger.c | 241 unsigned int uvolt) in max14577_init_constant_voltage() argument 245 if (uvolt < MAXIM_CHARGER_CONSTANT_VOLTAGE_MIN || in max14577_init_constant_voltage() 246 uvolt > MAXIM_CHARGER_CONSTANT_VOLTAGE_MAX) in max14577_init_constant_voltage() 249 if (uvolt == 4200000) in max14577_init_constant_voltage() 251 else if (uvolt == MAXIM_CHARGER_CONSTANT_VOLTAGE_MAX) in max14577_init_constant_voltage() 253 else if (uvolt <= 4280000) { in max14577_init_constant_voltage() 254 unsigned int val = uvolt; in max14577_init_constant_voltage() 258 if (uvolt <= 4180000) in max14577_init_constant_voltage()
|
D | twl4030_charger.c | 523 static int twl4030_charger_enable_backup(int uvolt, int uamp) in twl4030_charger_enable_backup() argument 528 if (uvolt < 2500000 || in twl4030_charger_enable_backup() 537 if (uvolt >= 3200000) in twl4030_charger_enable_backup() 539 else if (uvolt >= 3100000) in twl4030_charger_enable_backup() 541 else if (uvolt >= 3000000) in twl4030_charger_enable_backup()
|
/Linux-v4.19/Documentation/devicetree/bindings/mfd/ |
D | max14577.txt | 30 - maxim,ovp-uvolt : OverVoltage Protection Threshold in uV; 34 - maxim,constant-uvolt : Battery Constant Voltage in uV; 95 maxim,constant-uvolt = <4350000>; 98 maxim,ovp-uvolt = <6500000>; 140 maxim,constant-uvolt = <4350000>; 143 maxim,ovp-uvolt = <6500000>;
|
/Linux-v4.19/arch/arm/mach-omap2/ |
D | vc.c | 739 static u8 omap_vc_calc_vsel(struct voltagedomain *voltdm, u32 uvolt) in omap_vc_calc_vsel() argument 741 if (voltdm->pmic->vddmin > uvolt) in omap_vc_calc_vsel() 742 uvolt = voltdm->pmic->vddmin; in omap_vc_calc_vsel() 743 if (voltdm->pmic->vddmax < uvolt) { in omap_vc_calc_vsel() 745 __func__, uvolt, voltdm->pmic->vddmax); in omap_vc_calc_vsel() 747 uvolt = voltdm->pmic->vddmax; in omap_vc_calc_vsel() 750 return voltdm->pmic->uv_to_vsel(uvolt); in omap_vc_calc_vsel()
|
/Linux-v4.19/Documentation/devicetree/bindings/power/supply/ |
D | twl-charger.txt | 20 - ti,bb-uvolt: microvolts for charging the backup battery. 28 ti,bb-uvolt = <3200000>;
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | logicpd-som-lv-baseboard.dtsi | 61 ti,bb-uvolt = <3200000>;
|
D | exynos3250-monk.dts | 104 maxim,constant-uvolt = <4350000>; 107 maxim,ovp-uvolt = <6500000>;
|
D | exynos3250-rinato.dts | 99 maxim,constant-uvolt = <4350000>; 102 maxim,ovp-uvolt = <6500000>;
|
D | logicpd-torpedo-baseboard.dtsi | 91 ti,bb-uvolt = <3200000>;
|
D | omap3-gta04.dtsi | 499 ti,bb-uvolt = <3200000>;
|
D | omap3-pandora-common.dtsi | 440 ti,bb-uvolt = <3200000>;
|