Searched refs:uvolt (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/drivers/power/ |
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 | 552 static int twl4030_charger_enable_backup(int uvolt, int uamp) in twl4030_charger_enable_backup() argument 557 if (uvolt < 2500000 || in twl4030_charger_enable_backup() 566 if (uvolt >= 3200000) in twl4030_charger_enable_backup() 568 else if (uvolt >= 3100000) in twl4030_charger_enable_backup() 570 else if (uvolt >= 3000000) in twl4030_charger_enable_backup()
|
/linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
D | max14577.txt | 31 - maxim,ovp-uvolt : OverVoltage Protection Threshold in uV; 35 - maxim,constant-uvolt : Battery Constant Voltage in uV; 96 maxim,constant-uvolt = <4350000>; 99 maxim,ovp-uvolt = <6500000>; 141 maxim,constant-uvolt = <4350000>; 144 maxim,ovp-uvolt = <6500000>;
|
/linux-4.4.14/Documentation/devicetree/bindings/power/ |
D | twl-charger.txt | 20 - ti,bb-uvolt: microvolts for charging the backup battery. 28 ti,bb-uvolt = <3200000>;
|
/linux-4.4.14/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-4.4.14/arch/arm/boot/dts/ |
D | logicpd-torpedo-37xx-devkit.dts | 71 ti,bb-uvolt = <3200000>;
|
D | exynos3250-monk.dts | 105 maxim,constant-uvolt = <4350000>; 108 maxim,ovp-uvolt = <6500000>;
|
D | exynos3250-rinato.dts | 96 maxim,constant-uvolt = <4350000>; 99 maxim,ovp-uvolt = <6500000>;
|
D | omap3-gta04.dtsi | 427 ti,bb-uvolt = <3200000>;
|
D | omap3-pandora-common.dtsi | 429 ti,bb-uvolt = <3200000>;
|