Home
last modified time | relevance | path

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

/trusted-firmware-a/plat/hisilicon/hikey/
A Dhisi_dvfs.c626 if (curr_prof == target_prof) { in acpu_dvfs_target()
628 __func__, curr_prof); in acpu_dvfs_target()
632 if ((curr_prof >= ACPU_FREQ_MAX_NUM) || in acpu_dvfs_target()
635 __func__, curr_prof, target_prof); in acpu_dvfs_target()
642 if (target_prof < curr_prof) in acpu_dvfs_target()
644 else if (target_prof > curr_prof) in acpu_dvfs_target()
645 ret = acpu_dvfs_freq_ascend(curr_prof, target_prof); in acpu_dvfs_target()
663 unsigned int curr_prof; in acpu_dvfs_set_freq() local
682 curr_prof = 0; in acpu_dvfs_set_freq()
686 if (curr_prof == target_prof) in acpu_dvfs_set_freq()
[all …]

Completed in 3 milliseconds