Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/mediatek/lib/pm/armv8_2/
Dpwr_ctrl.c72 #define IS_CPUIDLE_FN_ENABLE(x) ((mtk_cpu_pwr.ops != NULL) && ((mtk_cpu_pwr.fn_mask & x) != 0)) macro
83 if (IS_CPUIDLE_FN_ENABLE(MTK_CPUPM_FN_CPUPM_GET_PWR_STATE)) { in get_mediatek_pstate()
113 if (IS_CPUIDLE_FN_ENABLE(MTK_CPUPM_FN_RESUME_MCUSYS)) { in armv8_2_mcusys_pwr_on_common()
125 if (IS_CPUIDLE_FN_ENABLE(MTK_CPUPM_FN_SUSPEND_MCUSYS)) { in armv8_2_mcusys_pwr_dwn_common()
139 if (IS_CPUIDLE_FN_ENABLE(MTK_CPUPM_FN_RESUME_CLUSTER)) { in armv8_2_cluster_pwr_on_common()
147 if (IS_CPUIDLE_FN_ENABLE(MTK_CPUPM_FN_SUSPEND_CLUSTER)) { in armv8_2_cluster_pwr_dwn_common()
183 if (IS_CPUIDLE_FN_ENABLE(MTK_CPUPM_FN_RESUME_CORE)) { in armv8_2_cpu_pwr_resume()
190 if (IS_CPUIDLE_FN_ENABLE(MTK_CPUPM_FN_SUSPEND_CORE)) { in armv8_2_cpu_pwr_suspend()
366 if (IS_CPUIDLE_FN_ENABLE(MTK_CPUPM_FN_PWR_STATE_VALID)) { in armv8_2_validate_power_state()