Home
last modified time | relevance | path

Searched defs:voltage (Results 1 – 24 of 24) sorted by relevance

/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3556av100/
Dpwm-voltage-ctrl.c34 unsigned int core_voltage_to_svb_unit(unsigned int voltage) in core_voltage_to_svb_unit()
42 unsigned int cpu_voltage_to_svb_unit(unsigned int voltage) in cpu_voltage_to_svb_unit()
50 unsigned int media_voltage_to_svb_unit(unsigned int voltage) in media_voltage_to_svb_unit()
58 void pwm_voltage_set(enum power_domain domain, unsigned int voltage) in pwm_voltage_set()
Dpmu-ACT88430QJ101-T.c60 static unsigned char voltage_to_pmu_unit(unsigned int voltage) in voltage_to_pmu_unit()
72 void pmu_voltage_set(enum power_domain domain, unsigned int voltage) in pmu_voltage_set()
Dhisvb.c178 unsigned int voltage = hpm_core_voltage(hpm); in hpm_core_to_voltage() local
196 unsigned int voltage = hpm_media_voltage(hpm); in hpm_media_to_voltage() local
218 unsigned int voltage = hpm_cpu_voltage(hpm); in hpm_cpu_to_voltage() local
350 unsigned int voltage; in svb_start() local
/third_party/uboot/u-boot-2020.01/board/freescale/common/
Dzm7300.c171 int zm_write_voltage(int voltage) in zm_write_voltage()
195 int voltage; in zm_read_voltage() local
Dvid.c563 unsigned voltage; in adjust_vdd() member
745 unsigned voltage; in adjust_vdd() member
/third_party/uboot/u-boot-2020.01/drivers/power/
Dpalmas.c26 int lp873x_mmc1_poweron_ldo(uint 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()
Dtps6586x.c136 static int calculate_next_voltage(int voltage, int target, int step) in calculate_next_voltage()
/third_party/uboot/u-boot-2020.01/arch/arm/mach-omap2/omap4/
Dhwinit.c177 void vmmc_pbias_config(uint voltage) in vmmc_pbias_config()
/third_party/uboot/u-boot-2020.01/arch/arm/mach-omap2/omap5/
Dhwinit.c482 __weak void board_mmc_poweron_ldo(uint voltage) in board_mmc_poweron_ldo()
487 void vmmc_pbias_config(uint voltage) in vmmc_pbias_config()
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_batteryInfo.js45 voltage: "[PC Preview] unknow voltage", property
/third_party/uboot/u-boot-2020.01/board/freescale/b4860qds/
Db4860qds.c142 int existing_voltage, temp_voltage, voltage; /* all in 1/10 mV */ in adjust_vdd() local
177 unsigned voltage; in adjust_vdd() member
/third_party/uboot/u-boot-2020.01/drivers/power/regulator/
Dfan53555.c140 int voltage; in fan53555_regulator_get_value() local
Dpfuze100.c39 unsigned int voltage; member
/third_party/uboot/u-boot-2020.01/test/dm/
Dregulator.c315 int voltage; member
/third_party/uboot/u-boot-2020.01/arch/x86/cpu/broadwell/
Dpch.c478 static void serialio_i2c_voltage_sel(u32 bar0, uint voltage) in serialio_i2c_voltage_sel()
/third_party/uboot/u-boot-2020.01/board/ti/dra7xx/
Devm.c931 void board_mmc_poweron_ldo(uint voltage) in board_mmc_poweron_ldo()
/third_party/uboot/u-boot-2020.01/board/freescale/t4qds/
Dt4240qds.c249 unsigned voltage; in adjust_vdd() member
/third_party/uboot/u-boot-2020.01/include/
Dspd.h23 unsigned char voltage; /* 8 Voltage intf std of this assembly */ member
Dsmbios.h155 u8 voltage; member
Dddr_spd.h22 unsigned char voltage; /* 8 Voltage intf std of this assembly */ member
85 unsigned char voltage; /* 8 Voltage intf std of this assembly */ member
/third_party/uboot/u-boot-2020.01/arch/x86/include/asm/arch-braswell/
Dgpio.h97 enum voltage { enum
/third_party/gstreamer/gstplugins_bad/sys/dvb/
Dgstdvbsrc.c2287 diseqc (int secfd, int sat_no, int voltage, int tone) in diseqc()
2491 fe_sec_voltage_t voltage; in gst_dvbsrc_set_fe_params() local
/third_party/uboot/u-boot-2020.01/drivers/video/rockchip/
Drk_edp.c463 uint voltage, tries = 0; in rk_edp_link_train_cr() local
/third_party/uboot/u-boot-2020.01/drivers/mmc/
Dmmc.c1623 int mmc_voltage_to_mv(enum mmc_voltage voltage) in mmc_voltage_to_mv()