/external/u-boot/drivers/power/ |
D | Kconfig | 76 int "axp pmic dcdc1 voltage" 81 Set the voltage (mV) to program the axp pmic dcdc1 at, set to 0 to 83 generic 3.3V IO voltage for external devices like the lcd-panal and 90 int "axp pmic dcdc2 voltage" 98 Set the voltage (mV) to program the axp pmic dcdc2 at, set to 0 to 108 int "axp pmic dcdc3 voltage" 116 Set the voltage (mV) to program the axp pmic dcdc3 at, set to 0 to 127 int "axp pmic dcdc4 voltage" 134 Set the voltage (mV) to program the axp pmic dcdc4 at, set to 0 to 143 int "axp pmic dcdc5 voltage" [all …]
|
D | tps6586x.c | 136 static int calculate_next_voltage(int voltage, int target, int step) in calculate_next_voltage() argument 138 int diff = voltage < target ? step : -step; in calculate_next_voltage() 140 if (abs(target - voltage) > step) in calculate_next_voltage() 141 voltage += diff; in calculate_next_voltage() 143 voltage = target; in calculate_next_voltage() 145 return voltage; in calculate_next_voltage()
|
D | palmas.c | 26 int lp873x_mmc1_poweron_ldo(uint voltage) in lp873x_mmc1_poweron_ldo() argument 29 voltage)) { in lp873x_mmc1_poweron_ldo() 44 int palmas_mmc1_poweron_ldo(uint ldo_volt, uint ldo_ctrl, uint voltage) in palmas_mmc1_poweron_ldo() argument 51 ret = palmas_i2c_write_u8(TPS65903X_CHIP_P1, ldo_volt, voltage); in palmas_mmc1_poweron_ldo()
|
/external/autotest/server/site_tests/firmware_ECCharging/ |
D | firmware_ECCharging.py | 39 voltage = int(self.ec.send_command_get_output("battery", 41 logging.info("Battery desired voltage = %d mV", voltage) 42 return voltage 55 voltage = int(self.ec.send_command_get_output("battery", 57 logging.info("Battery actual voltage = %d mV", voltage) 58 return voltage 79 voltage = int(self.ec.send_command_get_output("charger", 81 logging.info("Charger target voltage = %d mV", voltage) 82 return voltage
|
D | control | 21 - Charger target voltage should be less than 105% of battery desired voltage. 23 - Charger actual voltage should be less than 105% of charger target voltage.
|
/external/u-boot/board/freescale/common/ |
D | zm7300.c | 171 int zm_write_voltage(int voltage) in zm_write_voltage() argument 177 vid = (voltage - 5000) / ZM_STEP; in zm_write_voltage() 195 int voltage; in zm_read_voltage() local 199 voltage = hex_to_1_10mv[ret]; in zm_read_voltage() 200 debug("Voltage read is %dmV\n", voltage/10); in zm_read_voltage() 201 return voltage; in zm_read_voltage()
|
D | Kconfig | 26 bool "Enable the LTC3882 voltage monitor read" 29 This option enables LTC3882 voltage monitor read 34 bool "Enable the LTC3882 voltage monitor set" 37 This option enables LTC3882 voltage monitor set
|
/external/u-boot/board/freescale/t4qds/ |
D | README | 69 - VTT/MVREF automatically track operating voltage 121 T4240 has a VID feature. U-Boot reads the VID efuses and adjust the voltage 122 accordingly. The voltage can also be override by command vdd_override. The 125 vdd_override <voltage in mV>, eg. 1050 is for 1.050v. 127 Upon success, the actual voltage will be read back. The value is checked 128 for safety and any invalid value will not adjust the voltage. 133 setenv t4240qds_vdd_mv <voltage in mV> 137 The override voltage takes effect when booting. 139 Note: voltage adjustment needs to be done step by step. Changing voltage too 140 rapidly may cause current surge. The voltage stepping is done by software. [all …]
|
/external/u-boot/drivers/power/regulator/ |
D | Kconfig | 35 which includes voltage limits. 58 Enable support for the PWM regulator functions which voltage are 62 which includes voltage limits. 78 for enable and get only for voltage value. 93 voltage value. 102 which includes voltage limits. 132 regulators. The driver implements get/set api for: voltage, current, 159 There is no voltage/current control. 177 This pseudo-regulator is used to provide a BIAS voltage to MMC1 178 signal pads and must be configured properly during a voltage switch. [all …]
|
/external/autotest/server/cros/servo/ |
D | plankton.py | 115 def charge(self, voltage): argument 120 if voltage not in self.USBC_CHARGING_VOLTAGES: 121 raise PlanktonError('Invalid charging voltage: %s' % voltage) 123 self.set(self.USBC_ROLE, self.USBC_CHARGING_VOLTAGES[voltage])
|
/external/u-boot/doc/device-tree-bindings/regulator/ |
D | st,stm32-vrefbuf.txt | 3 Some STM32 devices embed a voltage reference buffer which can be used as 4 voltage reference for ADCs, DACs and also as voltage reference for external
|
/external/u-boot/arch/arm/dts/ |
D | sun7i-a20-olimex-som-evb.dts | 127 voltage = <190000>; 134 voltage = <390000>; 141 voltage = <600000>; 148 voltage = <800000>; 155 voltage = <980000>; 162 voltage = <1180000>; 169 voltage = <1400000>;
|
D | sun7i-a20-olinuxino-micro.dts | 150 voltage = <191274>; 157 voltage = <392644>; 164 voltage = <601151>; 171 voltage = <795090>; 178 voltage = <987387>; 185 voltage = <1184678>; 192 voltage = <1398804>;
|
D | sun4i-a10-inet97fv2.dts | 116 voltage = <200000>; 123 voltage = <600000>; 130 voltage = <800000>; 137 voltage = <1000000>; 144 voltage = <1200000>;
|
D | sun5i-a13-olinuxino.dts | 116 voltage = <191274>; 123 voltage = <392644>; 130 voltage = <601151>; 137 voltage = <795090>; 144 voltage = <987387>;
|
D | sun5i-a10s-olinuxino-micro.dts | 135 voltage = <191274>; 142 voltage = <392644>; 149 voltage = <601151>; 156 voltage = <795090>; 163 voltage = <987387>;
|
D | imx6sl.dtsi | 531 anatop-min-voltage = <800000>; 532 anatop-max-voltage = <1375000>; 545 anatop-min-voltage = <2625000>; 546 anatop-max-voltage = <3400000>; 559 anatop-min-voltage = <2100000>; 560 anatop-max-voltage = <2850000>; 576 anatop-min-voltage = <725000>; 577 anatop-max-voltage = <1450000>; 593 anatop-min-voltage = <725000>; 594 anatop-max-voltage = <1450000>; [all …]
|
/external/u-boot/doc/device-tree-bindings/thermal/ |
D | ti_soc_thermal.txt | 3 In the System Control Module, SoC supplies a voltage reference 5 gap voltage and temperature sensor (VBGAPTS) module. The band 6 gap provides current and voltage reference for its internal
|
/external/u-boot/test/dm/ |
D | regulator.c | 237 int voltage; member 264 .voltage = SANDBOX_LDO1_AUTOSET_EXPECTED_UV, 269 .voltage = SANDBOX_LDO2_AUTOSET_EXPECTED_UV, 311 expected_setting_list[i].voltage); in dm_test_power_regulator_autoset_list()
|
/external/u-boot/arch/arm/mach-omap2/omap5/ |
D | Kconfig | 68 and value of voltage ramp needed. 77 Select the Operating Performance Point(OPP) for the MPU voltage 91 Select the Operating Performance Point(OPP) for the DSPEVE voltage 115 Select the Operating Performance Point(OPP) for the IVA voltage 139 Select the Operating Performance Point(OPP) for the GPU voltage
|
/external/u-boot/board/freescale/b4860qds/ |
D | b4860qds.c | 139 int existing_voltage, temp_voltage, voltage; /* all in 1/10 mV */ in adjust_vdd() local 174 unsigned voltage; in adjust_vdd() member 234 voltage = roundup(vdd_target, ZM_STEP); in adjust_vdd() 235 debug("VID: rounded up voltage = %d\n", voltage); in adjust_vdd() 248 if ((existing_voltage >= voltage) && in adjust_vdd() 249 (existing_voltage < (voltage + ZM_STEP))) { in adjust_vdd() 255 existing_voltage/10, voltage/10); in adjust_vdd() 265 if (existing_voltage > voltage) { in adjust_vdd() 267 while (temp_voltage >= voltage) { in adjust_vdd() 283 while (temp_voltage < (voltage + ZM_STEP)) { in adjust_vdd()
|
/external/autotest/server/site_tests/firmware_PDVbusRequest/ |
D | firmware_PDVbusRequest.py | 121 for voltage in self.plankton.get_charging_voltages(): 122 logging.info('********* %r *********', voltage) 124 self.plankton.charge(voltage)
|
D | control | 9 PURPOSE = "Servo based PD VBUS voltage level test" 10 CRITERIA = "This test will fail if actual voltage does not meet expected"
|
/external/u-boot/include/ |
D | palmas.h | 135 int palmas_mmc1_poweron_ldo(uint ldo_volt, uint ldo_ctrl, uint voltage); 136 int lp873x_mmc1_poweron_ldo(uint voltage);
|
/external/u-boot/doc/device-tree-bindings/pmic/ |
D | max77686.txt | 20 - voltage-regulators: subnode list of each device's regulator 29 voltage-regulators {
|