Lines Matching refs:cluster_id
110 uint32_t cluster_id; in ihost_power_on_cluster() local
115 cluster_id = MPIDR_AFFLVL1_VAL(mpidr); in ihost_power_on_cluster()
118 if (cluster_power_status[cluster_id] == CLUSTER_POWER_ON) in ihost_power_on_cluster()
121 cluster_power_status[cluster_id] = CLUSTER_POWER_ON; in ihost_power_on_cluster()
122 INFO("enabling Cluster #%u\n", cluster_id); in ihost_power_on_cluster()
124 switch (cluster_id) { in ihost_power_on_cluster()
147 ERROR("Invalid cluster :%u\n", cluster_id); in ihost_power_on_cluster()
155 ihost_base = IHOST0_BASE + cluster_id * IHOST_ADDR_SPACE; in ihost_power_on_cluster()
228 bcm_set_ihost_pll_freq(cluster_id, cluster0_freq_sel); in ihost_power_on_cluster()
307 ihost_enable_satellite_timer(cluster_id); in ihost_power_on_cluster()
314 uint32_t cluster_id = MPIDR_AFFLVL1_VAL(mpidr); in ihost_power_on_secondary_core() local
316 ihost_base = IHOST0_BASE + cluster_id * IHOST_ADDR_SPACE; in ihost_power_on_secondary_core()