Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/mediatek/lib/pm/armv9_0/
H A Dpwr_ctrl.c79 static struct mtk_cpu_pwr_ctrl imtk_cpu_pwr = { variable
84 #define IS_CPUIDLE_FN_ENABLE(x) (imtk_cpu_pwr.ops && (imtk_cpu_pwr.fn_mask & (x)))
85 #define IS_CPUSMP_FN_ENABLE(x) (imtk_cpu_pwr.smp && (imtk_cpu_pwr.fn_mask & (x)))
96 mret = imtk_cpu_pwr.ops->get_pstate( \
116 imtk_cpu_pwr.ops->mcusys_resume(state); in mcusys_pwr_on_common()
126 imtk_cpu_pwr.ops->mcusys_suspend(state); in mcusys_pwr_dwn_common()
136 imtk_cpu_pwr.ops->cluster_resume(state); in cluster_pwr_on_common()
142 imtk_cpu_pwr.ops->cluster_suspend(state); in cluster_pwr_dwn_common()
167 imtk_cpu_pwr.ops->cpu_resume(state); in cpu_pwr_resume()
174 imtk_cpu_pwr.ops->cpu_suspend(state); in cpu_pwr_suspend()
[all …]