Home
last modified time | relevance | path

Searched refs:volt (Results 1 – 25 of 366) sorted by relevance

12345678910>>...15

/third_party/uboot/u-boot-2020.01/drivers/misc/
Dk3_avs.c35 u32 volt; member
99 u32 volt = vd->opps[opp_id].volt; in k3_avs_program_voltage() local
116 if (vd2->opps[vd2->opp].volt > volt) in k3_avs_program_voltage()
117 volt = vd2->opps[vd2->opp].volt; in k3_avs_program_voltage()
122 return regulator_set_value(vd->supply, volt); in k3_avs_program_voltage()
245 u32 volt; in k3_avs_probe() local
277 volt = priv->vd_config->efuse_xlate(priv, vd->id, in k3_avs_probe()
279 if (volt) in k3_avs_probe()
280 opp->volt = volt; in k3_avs_probe()
302 .volt = 1000000,
[all …]
/third_party/uboot/u-boot-2020.01/arch/arm/dts/
Dvexpress-v2p-ca9.dts215 volt-vd10 {
217 compatible = "arm,vexpress-volt";
224 volt-vd10-s2 {
226 compatible = "arm,vexpress-volt";
233 volt-vd10-s3 {
235 compatible = "arm,vexpress-volt";
242 volt-vcc1v8 {
244 compatible = "arm,vexpress-volt";
251 volt-ddr2vtt {
253 compatible = "arm,vexpress-volt";
[all …]
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3521dv200/
Dlowlevel_init_v300.c466 unsigned int volt; in convert_hpm_to_volt_core() local
468 volt = 1245 - ((hpm_core * 297 * 1000)>>18);//1245 297 1000 18 in convert_hpm_to_volt_core()
470 if (volt > 984)//984 in convert_hpm_to_volt_core()
472 else if (volt < 858)//858 in convert_hpm_to_volt_core()
475 *mv = volt; in convert_hpm_to_volt_core()
480 unsigned int volt; in convert_hpm_to_volt_cpu() local
482 volt = 1489 - ((hpm_cpu * 251 * 1000)>>17);//1489 251 1000 17 in convert_hpm_to_volt_cpu()
484 if (volt > 1030)//1030 in convert_hpm_to_volt_cpu()
486 else if (volt < 880)//880 in convert_hpm_to_volt_cpu()
489 *mv = volt; in convert_hpm_to_volt_cpu()
/third_party/boost/libs/units/test/
Dtest_complicated_system.cpp45 struct volt : boost::units::base_unit<volt, boost::units::electric_potential_dimension, 1> {}; struct
49 typedef boost::units::make_system<volt, newton, joule>::type complicated_system;
60 boost::units::multiply_typeof_helper<volt::unit_type, newton::unit_type>::type,
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516ev200/
Dlowlevel_init_v300.c241 unsigned int volt; in set_hpm_core_volt() local
246 volt = 992; /* 992: volt value */ in set_hpm_core_volt()
248 volt = 812; /* 812: volt value */ in set_hpm_core_volt()
250 volt = volt_formula(hpm_core_value); in set_hpm_core_volt()
252 volt = volt + (int)((short int)(otp_vmin_core >> 16)); /* get hight 16 bits */ in set_hpm_core_volt()
254 writel(volt, SYS_CTRL_VOLT_REG); in set_hpm_core_volt()
255 duty = duty_formula(volt); in set_hpm_core_volt()
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516ev300/
Dlowlevel_init_v300.c237 unsigned int volt; in set_hpm_core_volt() local
242 volt = 1006; /* 1006: volt value */ in set_hpm_core_volt()
244 volt = 829; /* 829: volt value */ in set_hpm_core_volt()
246 volt = volt_formula(hpm_core_value); in set_hpm_core_volt()
248 volt = volt + (int)((short int)(otp_vmin_core >> 16)); /* get hight 16 bits */ in set_hpm_core_volt()
250 writel(volt, SYS_CTRL_VOLT_REG); in set_hpm_core_volt()
251 duty = duty_formula(volt); in set_hpm_core_volt()
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516dv200/
Dlowlevel_init_v300.c240 unsigned int volt; in set_hpm_core_volt() local
245 volt = 1006; /* 1006: volt value */ in set_hpm_core_volt()
247 volt = 829; /* 829: volt value */ in set_hpm_core_volt()
249 volt = volt_formula(hpm_core_value); in set_hpm_core_volt()
251 volt = volt + (int)((short int)(otp_vmin_core >> 16)); /* get hight 16 bits */ in set_hpm_core_volt()
253 writel(volt, SYS_CTRL_VOLT_REG); in set_hpm_core_volt()
254 duty = duty_formula(volt); in set_hpm_core_volt()
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3518ev300/
Dlowlevel_init_v300.c241 unsigned int volt; in set_hpm_core_volt() local
246 volt = 966; /* 966:vole val */ in set_hpm_core_volt()
248 volt = 796; /* 796:vole val */ in set_hpm_core_volt()
250 volt = volt_formula(hpm_core_value); in set_hpm_core_volt()
252 volt = volt + (int)((short int)(otp_vmin_core >> 16)); /* get hight 16 bits */ in set_hpm_core_volt()
254 writel(volt, SYS_CTRL_VOLT_REG); in set_hpm_core_volt()
255 duty = duty_formula(volt); in set_hpm_core_volt()
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/arm926ejs/mxs/
Dspl_power_init.c153 uint32_t volt = readl(&power_regs->hw_power_battmonitor); in mxs_get_batt_volt() local
154 volt &= POWER_BATTMONITOR_BATT_VAL_MASK; in mxs_get_batt_volt()
155 volt >>= POWER_BATTMONITOR_BATT_VAL_OFFSET; in mxs_get_batt_volt()
156 volt *= 8; in mxs_get_batt_volt()
158 debug("SPL: Battery Voltage = %dmV\n", volt); in mxs_get_batt_volt()
159 return volt; in mxs_get_batt_volt()
184 uint32_t volt = mxs_get_batt_volt(); in mxs_is_batt_good() local
186 if ((volt >= 2400) && (volt <= 4300)) { in mxs_is_batt_good()
207 volt = mxs_get_batt_volt(); in mxs_is_batt_good()
209 if (volt >= 3500) { in mxs_is_batt_good()
[all …]
/third_party/boost/boost/units/systems/si/codata/
Delectromagnetic_constants.hpp57 …CONSTANT(K_J,quantity<frequency_over_electric_potential>,483597.891e9*hertz/volt,1.2e7*hertz/volt);
/third_party/flutter/skia/third_party/externals/icu/source/data/unit/
Des_CL.txt26 volt{
34 volt{
Des_DO.txt22 volt{
52 volt{
Des_PY.txt27 volt{
74 volt{
Des_GT.txt33 volt{
77 volt{
Des_AR.txt27 volt{
82 volt{
Des_419.txt42 volt{
44 one{"{0} volt"}
286 volt{
Des_MX.txt41 volt{
271 volt{
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3520dv500/
Dlowlevel_init_v300.c407 unsigned int volt; in convert_hpm_to_volt_core() local
409 volt = 1490 - (hpm_core * 2);//1490 2 in convert_hpm_to_volt_core()
411 if (volt > 990)//990 in convert_hpm_to_volt_core()
413 else if (volt < 850)//850 in convert_hpm_to_volt_core()
416 *mv = volt; in convert_hpm_to_volt_core()
/third_party/boost/boost/units/systems/si/
Delectric_potential.hpp25 BOOST_UNITS_STATIC_CONSTANT(volt,electric_potential);
/third_party/skia/third_party/externals/icu/source/data/unit/
Des_CL.txt30 volt{
Des_DO.txt48 volt{
Des_GT.txt67 volt{
Des_PY.txt70 volt{
Des_AR.txt78 volt{
/third_party/libxml2/result/HTML/
Dtest2.html.sax90 SAX.startElement(a, href='http://linuxtoday.com/volt/')
91 SAX.characters(volt, 4)

12345678910>>...15