Searched refs:cluster_off (Results 1 – 1 of 1) sorted by relevance
| /rk3399_ARM-atf/plat/mediatek/mt8183/ |
| H A D | plat_pm.c | 220 static void mcdi_ctrl_before_hotplug_off(int cluster, int cpu, bool cluster_off) in mcdi_ctrl_before_hotplug_off() argument 223 mcdi_pause_set(cluster_off ? cluster : -1, in mcdi_ctrl_before_hotplug_off() 227 static void mcdi_ctrl_cluster_cpu_off(int cluster, int cpu, bool cluster_off) in mcdi_ctrl_cluster_cpu_off() argument 234 if (cluster_off) in mcdi_ctrl_cluster_cpu_off() 286 static void hotplug_ctrl_cluster_cpu_off(int cluster, int cpu, bool cluster_off) in hotplug_ctrl_cluster_cpu_off() argument 291 mcdi_hotplug_set(cluster_off ? cluster : -1, in hotplug_ctrl_cluster_cpu_off() 296 if (cluster_off) in hotplug_ctrl_cluster_cpu_off() 333 bool cluster_off = (HP_CLUSTER_OFF && afflvl1 && in plat_mtk_power_domain_off() local 338 if (cluster_off) in plat_mtk_power_domain_off() 341 mcdi_ctrl_before_hotplug_off(cluster, cpu, cluster_off); in plat_mtk_power_domain_off() [all …]
|