Searched refs:cluster_off (Results 1 – 2 of 2) 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 …]
|
| /rk3399_ARM-atf/plat/amd/versal2/ |
| H A D | plat_topology.c | 52 int32_t cpus_off, cmap_off, cluster_off; in parse_dt_topology() local 92 fdt_for_each_subnode(cluster_off, dtb, cmap_off) { in parse_dt_topology() 94 node_name = fdt_get_name(dtb, cluster_off, NULL); in parse_dt_topology() 105 fdt_for_each_subnode(core_off, dtb, cluster_off) { in parse_dt_topology()
|