Lines Matching defs:cluster
190 ERROR("%s:wait cluster-b l2(%x)\n", __func__,
240 static int cpus_id_power_domain(uint32_t cluster,
248 if (cluster)
257 mpidr = (cluster << MPIDR_AFF1_SHIFT) | cpu;
298 uint32_t cpu, cluster;
302 cluster = MPIDR_AFFLVL1_VAL(mpidr);
305 cpus_id_power_domain(cluster, cpu, pmu_pd_off, CKECK_WFEI_MSK);
307 cpuon_id = (cluster * PLATFORM_CLUSTER0_CORE_COUNT) + cpu;
314 mmio_write_32(SGRF_BASE + SGRF_SOC_CON(1 + cluster),
319 cpus_id_power_domain(cluster, cpu, pmu_pd_on, CKECK_WFEI_MSK);
321 mmio_write_32(SGRF_BASE + SGRF_SOC_CON(1 + cluster),