Searched refs:volt (Results 1 – 10 of 10) sorted by relevance
/arm-trusted-firmware-2.8.0/plat/hisilicon/hikey/ |
A D | hisi_dvfs.c | 736 volt->magic = 0x5a5ac5c5; in acpu_dvfs_volt_init() 737 volt->support_freq_num = 5; in acpu_dvfs_volt_init() 738 volt->support_freq_max = 1200000; in acpu_dvfs_volt_init() 739 volt->start_prof = 4; in acpu_dvfs_volt_init() 740 volt->vol[0] = 0x49; in acpu_dvfs_volt_init() 741 volt->vol[1] = 0x49; in acpu_dvfs_volt_init() 742 volt->vol[2] = 0x50; in acpu_dvfs_volt_init() 743 volt->vol[3] = 0x60; in acpu_dvfs_volt_init() 744 volt->vol[4] = 0x78; in acpu_dvfs_volt_init() 745 volt->vol[5] = 0x78; in acpu_dvfs_volt_init() [all …]
|
/arm-trusted-firmware-2.8.0/plat/mediatek/mt8186/drivers/spm/ |
A D | mt_spm_pmic_wrap.c | 45 #define VOLT_TO_PMIC_VAL_66(volt) (((volt) - 50000 + 625 - 1) / 625) argument 65 #define VOLT_TO_PMIC_VAL_57(volt) (((volt) - 51875 + 625 - 1) / 625) argument
|
/arm-trusted-firmware-2.8.0/plat/nvidia/tegra/soc/t186/drivers/include/ |
A D | mce_private.h | 160 uint32_t volt, 233 int32_t ari_cc3_ctrl(uint32_t ari_base, uint32_t freq, uint32_t volt, uint8_t enable); 255 int32_t nvg_cc3_ctrl(uint32_t ari_base, uint32_t freq, uint32_t volt, uint8_t enable);
|
/arm-trusted-firmware-2.8.0/drivers/st/regulator/ |
A D | regulator_fixed.c | 24 uint16_t volt; member
|
/arm-trusted-firmware-2.8.0/plat/mediatek/mt8195/drivers/spm/ |
A D | mt_spm_pmic_wrap.c | 21 #define VOLT_TO_PMIC_VAL(volt) (((volt) - VCORE_BASE_UV + 625 - 1) / 625) argument
|
/arm-trusted-firmware-2.8.0/plat/nvidia/tegra/soc/t186/drivers/mce/ |
A D | nvg.c | 233 int32_t nvg_cc3_ctrl(uint32_t ari_base, uint32_t freq, uint32_t volt, uint8_t enable) in nvg_cc3_ctrl() argument 250 ((volt & MCE_AUTO_CC3_VTG_MASK) << MCE_AUTO_CC3_VTG_SHIFT) |\ in nvg_cc3_ctrl()
|
A D | ari.c | 358 int32_t ari_cc3_ctrl(uint32_t ari_base, uint32_t freq, uint32_t volt, uint8_t enable) in ari_cc3_ctrl() argument 376 ((volt & MCE_AUTO_CC3_VTG_MASK) << MCE_AUTO_CC3_VTG_SHIFT) |\ in ari_cc3_ctrl()
|
/arm-trusted-firmware-2.8.0/plat/mediatek/mt8192/drivers/spm/ |
A D | mt_spm_pmic_wrap.c | 21 #define VOLT_TO_PMIC_VAL(volt) (((volt) - VCORE_BASE_UV + 625 - 1) / 625) argument
|
/arm-trusted-firmware-2.8.0/plat/mediatek/mt8183/drivers/spm/ |
A D | spm_pmic_wrap.c | 21 #define VOLT_TO_PMIC_VAL(volt) (((volt) - VCORE_BASE_UV + 625 - 1) / 625) argument
|
/arm-trusted-firmware-2.8.0/include/drivers/st/ |
A D | regulator.h | 52 int regulator_set_voltage(struct rdev *rdev, uint16_t volt);
|
Completed in 17 milliseconds