Lines Matching defs:cluster
34 int cpu, cluster;
37 cluster = MPIDR_AFFLVL1_VAL(mpidr);
40 if (cluster != curr_cluster)
41 hisi_ipc_cluster_on(cpu, cluster);
43 hisi_pwrc_set_core_bx_addr(cpu, cluster, hikey_sec_entrypoint);
44 hisi_pwrc_enable_debug(cpu, cluster);
45 hisi_ipc_cpu_on(cpu, cluster);
53 int cpu, cluster;
56 cluster = MPIDR_AFFLVL1_VAL(mpidr);
61 * Enable CCI coherency for this cluster.
68 hisi_pwrc_set_core_bx_addr(cpu, cluster, 0);
79 int cpu, cluster;
82 cluster = MPIDR_AFFLVL1_VAL(mpidr);
86 hisi_ipc_cpu_off(cpu, cluster);
93 hisi_ipc_cluster_off(cpu, cluster);
101 unsigned int cluster =
110 hisi_pwrc_set_core_bx_addr(cpu, cluster, hikey_sec_entrypoint);
115 hisi_ipc_cpu_suspend(cpu, cluster);
118 /* Perform the common cluster specific operations */
129 hisi_ipc_cluster_suspend(cpu, cluster);
136 unsigned int cluster, cpu;
144 cluster = (mpidr & MPIDR_CLUSTER_MASK) >> MPIDR_AFF1_SHIFT;
147 /* Enable CCI coherency for cluster */
151 hisi_pwrc_set_core_bx_addr(cpu, cluster, 0);