Home
last modified time | relevance | path

Searched refs:vdd (Results 1 – 25 of 89) sorted by relevance

1234

/external/u-boot/board/freescale/common/
Dvid.c36 int __weak board_adjust_vdd(int vdd) in board_adjust_vdd() argument
225 static int wait_for_new_voltage(int vdd, int i2caddress) in wait_for_new_voltage() argument
240 abs(vdd - vdd_current) > (IR_VDD_STEP_UP + IR_VDD_STEP_DOWN) && in wait_for_new_voltage()
257 int timeout, vdd_current, vdd; in wait_for_voltage_stable() local
259 vdd = read_voltage(i2caddress); in wait_for_voltage_stable()
268 abs(vdd - vdd_current) > ADC_MIN_ACCURACY && in wait_for_voltage_stable()
270 vdd = vdd_current; in wait_for_voltage_stable()
280 static int set_voltage_to_IR(int i2caddress, int vdd) in set_voltage_to_IR() argument
289 vdd += board_vdd_drop_compensation(); in set_voltage_to_IR()
291 vid = DIV_ROUND_UP(vdd - 265, 5); in set_voltage_to_IR()
[all …]
/external/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
Dsoc.c367 int vdd; in get_core_volt_from_fuse() local
383 vdd = -EINVAL; in get_core_volt_from_fuse()
387 vdd = 900; in get_core_volt_from_fuse()
390 vdd = 1000; in get_core_volt_from_fuse()
393 vdd = -EINVAL; in get_core_volt_from_fuse()
397 debug("%s: The required minimum volt of CORE is %dmV\n", __func__, vdd); in get_core_volt_from_fuse()
399 return vdd; in get_core_volt_from_fuse()
528 int vdd; in get_core_volt_from_fuse() local
543 vdd = -EINVAL; in get_core_volt_from_fuse()
547 vdd = 900; in get_core_volt_from_fuse()
[all …]
/external/u-boot/doc/device-tree-bindings/adc/
Dadc.txt10 - vdd-polarity-negative: positive reference Voltage has a negative polarity
16 - vdd-supply: phandle to Vdd regulator's node
20 - vdd-microvolts: positive reference Voltage value [uV]
28 vdd-microvolts = <1800000>;
57 vdd-supply = <&buck2>;
/external/u-boot/board/freescale/ls1088a/
Dddr.c18 int vdd; in fsl_ddr_setup_0v9_volt() local
20 vdd = get_core_volt_from_fuse(); in fsl_ddr_setup_0v9_volt()
22 if (vdd < 0) in fsl_ddr_setup_0v9_volt()
25 if (vdd == 900) { in fsl_ddr_setup_0v9_volt()
Dls1088a.c440 int board_adjust_vdd(int vdd) in board_adjust_vdd() argument
444 debug("%s: vdd = %d\n", __func__, vdd); in board_adjust_vdd()
447 if (vdd == 900) { in board_adjust_vdd()
448 ret = setup_serdes_volt(vdd); in board_adjust_vdd()
/external/u-boot/drivers/phy/
Dphy-stm32-usbphyc.c55 struct udevice *vdd; member
227 if (usbphyc_phy->vdd) { in stm32_usbphyc_phy_power_on()
228 ret = regulator_set_enable(usbphyc_phy->vdd, true); in stm32_usbphyc_phy_power_on()
262 if (usbphyc_phy->vdd) { in stm32_usbphyc_phy_power_off()
263 ret = regulator_set_enable(usbphyc_phy->vdd, false); in stm32_usbphyc_phy_power_off()
366 &usbphyc_phy->vdd); in stm32_usbphyc_probe()
/external/u-boot/cmd/
Dadc.c39 int ret, vss, vdd; in do_adc_info() local
56 ret = adc_vdd_value(dev, &vdd); in do_adc_info()
58 printf("vdd: %duV\n", vdd); in do_adc_info()
/external/u-boot/doc/device-tree-bindings/video/
Dtegra20-dc.txt36 - nvidia,backlight-vdd-gpios: backlight power GPIO
37 - nvidia,panel-vdd-gpios: panel power GPIO
82 nvidia,backlight-vdd-gpios = <&gpio 176 0>; /* PW0 */
83 nvidia,panel-vdd-gpios = <&gpio 22 0>; /* PC6 */
/external/u-boot/arch/arm/dts/
Dsun6i-a31s-primo81.dts185 regulator-name = "vdd-cpus"; /* This is an educated guess */
198 regulator-name = "vdd-gpu";
205 regulator-name = "vdd-cpu";
212 regulator-name = "vdd-sys-dll";
237 regulator-name = "vdd-mipi-bridge";
242 vdd-mipi-bridge-supply = <&reg_eldo3>;
Dsun6i-a31s-sina31s-core.dtsi99 regulator-name = "vdd-cpus";
112 regulator-name = "vdd-gpu";
119 regulator-name = "vdd-cpu";
126 regulator-name = "vdd-sys-dll";
Dsun6i-reference-design-tablet.dtsi124 regulator-name = "vdd-cpus"; /* This is an educated guess */
137 regulator-name = "vdd-gpu";
144 regulator-name = "vdd-cpu";
151 regulator-name = "vdd-sys-dll";
Dsun6i-a31s-yones-toptech-bs1078-v2.dts143 regulator-name = "vdd-cpus";
156 regulator-name = "vdd-gpu";
163 regulator-name = "vdd-cpu";
170 regulator-name = "vdd-sys-dll";
Dsun8i-a33-olinuxino.dts142 regulator-name = "vdd-dll";
160 regulator-name = "vdd-cpus";
174 regulator-name = "vdd-sys";
181 regulator-name = "vdd-cpu";
Dsun8i-a33-sinlinx-sina33.dts186 regulator-name = "vdd-dll";
200 regulator-name = "vdd-cpus";
214 regulator-name = "vdd-sys";
221 regulator-name = "vdd-cpu";
Dsun9i-a80-cx-a99.dts122 reg_vdd_cpub: regulator-vdd-cpub {
128 regulator-name = "vdd-cpub";
275 regulator-name = "vdd-cpus";
322 regulator-name = "vdd-cpua";
335 regulator-name = "vdd-gpu";
342 regulator-name = "vdd-sys";
Dsunxi-itead-core-common.dtsi97 regulator-name = "vdd-cpu";
104 regulator-name = "vdd-int-dll";
108 regulator-name = "vdd-rtc";
Dsun8i-reference-design-tablet.dtsi154 regulator-name = "vdd-dll";
172 regulator-name = "vdd-cpus";
186 regulator-name = "vdd-sys";
193 regulator-name = "vdd-cpu";
Dsun6i-a31-hummingbird.dts206 regulator-name = "vdd-cpus";
219 regulator-name = "vdd-gpu";
226 regulator-name = "vdd-cpu";
233 regulator-name = "vdd-sys-dll";
Dsun6i-a31-mele-a1000g-quad.dts169 regulator-name = "vdd-cpus"; /* This is an educated guess */
182 regulator-name = "vdd-gpu";
189 regulator-name = "vdd-cpu";
196 regulator-name = "vdd-sys-dll";
Dsun6i-a31-m9.dts169 regulator-name = "vdd-cpus"; /* This is an educated guess */
182 regulator-name = "vdd-gpu";
189 regulator-name = "vdd-cpu";
196 regulator-name = "vdd-sys-dll";
Dsun7i-a20-olimex-som204-evb.dts193 regulator-name = "vdd-cpu";
200 regulator-name = "vdd-int-dll";
207 regulator-name = "vdd-rtc";
Dsun7i-a20-icnova-swac.dts130 regulator-name = "vdd-cpu";
137 regulator-name = "vdd-int-dll";
141 regulator-name = "vdd-rtc";
/external/u-boot/board/freescale/t4qds/
Dt4240qds.c216 static const uint16_t vdd[32] = { in adjust_vdd() local
264 vdd_target = vdd[vid]; in adjust_vdd()
722 int vdd, rcwsrc; in board_detail() local
732 vdd = read_voltage(); in board_detail()
733 if (vdd > 0) in board_detail()
734 printf("Core voltage= %d mV\n", vdd); in board_detail()
/external/u-boot/board/freescale/ls1046ardb/
Dls1046ardb.c99 int board_setup_core_volt(u32 vdd) in board_setup_core_volt() argument
103 en_0v9 = (vdd == 900) ? true : false; in board_setup_core_volt()
/external/u-boot/arch/powerpc/cpu/mpc83xx/
Dserdes.c45 void fsl_setup_serdes(u32 offset, char proto, u32 rfcks, char vdd) in fsl_setup_serdes() argument
51 if (vdd) { in fsl_setup_serdes()

1234