Searched refs:IS_CPUSMP_FN_ENABLE (Results 1 – 2 of 2) sorted by relevance
73 #define IS_CPUSMP_FN_ENABLE(x) ((mtk_cpu_pwr.smp != NULL) && ((mtk_cpu_pwr.fn_mask & x) != 0)) macro200 if (IS_CPUSMP_FN_ENABLE(MTK_CPUPM_FN_SMP_CORE_ON)) { in armv8_2_cpu_pwr_on()207 if (IS_CPUSMP_FN_ENABLE(MTK_CPUPM_FN_SMP_CORE_OFF)) { in armv8_2_cpu_pwr_off()220 if (IS_CPUSMP_FN_ENABLE(MTK_CPUPM_FN_PWR_ON_CORE_PREPARE)) { in armv8_2_power_domain_on()425 if (IS_CPUSMP_FN_ENABLE(MTK_CPUPM_FN_SMP_INIT)) { in armv8_2_pm_smp_init()
85 #define IS_CPUSMP_FN_ENABLE(x) (imtk_cpu_pwr.smp && (imtk_cpu_pwr.fn_mask & (x))) macro182 if (IS_CPUSMP_FN_ENABLE(MTK_CPUPM_FN_SMP_CORE_ON)) in cpu_pwr_on()189 if (IS_CPUSMP_FN_ENABLE(MTK_CPUPM_FN_SMP_CORE_OFF)) in cpu_pwr_off()200 if (IS_CPUSMP_FN_ENABLE(MTK_CPUPM_FN_PWR_ON_CORE_PREPARE)) { in power_domain_on()399 if (IS_CPUSMP_FN_ENABLE(MTK_CPUPM_FN_SMP_INIT)) in pm_smp_init()