OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:volt
(Results
1 - 9
of
9
) sorted by null
/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey/
hisi_dvfs.c
716
struct acpu_dvfs_volt_setting *
volt
;
local
732
volt
= (void *)MEMORY_AXI_ACPU_FREQ_VOL_ADDR;
733
volt
->magic = 0x5a5ac5c5;
734
volt
->support_freq_num = 5;
735
volt
->support_freq_max = 1200000;
736
volt
->start_prof = 4;
737
volt
->vol[0] = 0x49;
738
volt
->vol[1] = 0x49;
739
volt
->vol[2] = 0x50;
740
volt
->vol[3] = 0x60
[
all
...]
/external/u-boot/arch/arm/cpu/arm926ejs/mxs/
spl_power_init.c
153
uint32_t
volt
= readl(&power_regs->hw_power_battmonitor);
local
154
volt
&= POWER_BATTMONITOR_BATT_VAL_MASK;
155
volt
>>= POWER_BATTMONITOR_BATT_VAL_OFFSET;
156
volt
*= 8;
158
debug("SPL: Battery Voltage = %dmV\n",
volt
);
159
return
volt
;
184
uint32_t
volt
= mxs_get_batt_volt();
local
186
if ((
volt
>= 2400) && (
volt
<= 4300)) {
207
volt
= mxs_get_batt_volt()
[
all
...]
/device/linaro/bootloader/arm-trusted-firmware/plat/nvidia/tegra/soc/t186/drivers/mce/
nvg.c
229
int32_t nvg_cc3_ctrl(uint32_t ari_base, uint32_t freq, uint32_t
volt
, uint8_t enable)
246
((
volt
& MCE_AUTO_CC3_VTG_MASK) << MCE_AUTO_CC3_VTG_SHIFT) |\
ari.c
357
int32_t ari_cc3_ctrl(uint32_t ari_base, uint32_t freq, uint32_t
volt
, uint8_t enable)
375
((
volt
& MCE_AUTO_CC3_VTG_MASK) << MCE_AUTO_CC3_VTG_SHIFT) |\
/device/linaro/bootloader/arm-trusted-firmware/plat/nvidia/tegra/soc/t186/drivers/include/
mce_private.h
161
uint32_t
volt
,
234
int32_t ari_cc3_ctrl(uint32_t ari_base, uint32_t freq, uint32_t
volt
, uint8_t enable);
256
int32_t nvg_cc3_ctrl(uint32_t ari_base, uint32_t freq, uint32_t
volt
, uint8_t enable);
/external/u-boot/arch/arm/dts/
am33xx.dtsi
311
ti,dual-
volt
;
omap3.dtsi
441
ti,dual-
volt
;
am4372.dtsi
456
ti,dual-
volt
;
dra7.dtsi
1063
ti,dual-
volt
;
[
all
...]
Completed in 9715 milliseconds