Home
last modified time | relevance | path

Searched refs:tar_prof (Results 1 – 1 of 1) sorted by relevance

/external/arm-trusted-firmware/plat/hisilicon/hikey/
Dhisi_dvfs.c188 static int acpu_dvfs_freq_ascend(unsigned int cur_prof, unsigned int tar_prof) in acpu_dvfs_freq_ascend() argument
234 if (acpu_dvfs_profile[tar_prof].freq > 800000) { in acpu_dvfs_freq_ascend()
283 acpu_dvfs_profile[tar_prof].acpu_pll_freq); in acpu_dvfs_freq_ascend()
285 acpu_dvfs_profile[tar_prof].acpu_pll_frac); in acpu_dvfs_freq_ascend()
312 acpu_dvfs_profile[tar_prof].acpu_vol_profile, in acpu_dvfs_freq_ascend()
336 acpu_dvfs_clk_div_cfg(tar_prof, &cpuext_cfg_val, &acpu_ddr_cfg_val); in acpu_dvfs_freq_ascend()
387 if (acpu_dvfs_profile[tar_prof].freq > 800000) in acpu_dvfs_freq_ascend()
398 static int acpu_dvfs_freq_descend(unsigned int cur_prof, unsigned int tar_prof) in acpu_dvfs_freq_descend() argument
408 ret = acpu_dvfs_syspll_cfg(tar_prof); in acpu_dvfs_freq_descend()
435 mmio_write_32(PMCTRL_ACPUPLLFREQ, acpu_dvfs_profile[tar_prof].acpu_pll_freq); in acpu_dvfs_freq_descend()
[all …]