Lines Matching defs:cluster
127 * struct ap806_clk: CPU cluster clock controller instance
128 * @cluster: Cluster clock controller index
135 unsigned int cluster;
151 (clk->cluster * clk->pll_regs->cluster_offset);
167 (clk->cluster * clk->pll_regs->cluster_offset);
169 (clk->cluster * clk->pll_regs->cluster_offset);
171 (clk->cluster * clk->pll_regs->cluster_offset);
198 clk->cluster *
246 * cluster (2 CPUs per cluster), cpu0 and cpu1 are fixed to
250 * will exist and the cluster number is 2; otherwise the
251 * cluster number is 1.
271 * DFS for AP806 is controlled per cluster (2 CPUs per cluster),
272 * so allocate structs per cluster
286 char *clk_name = "cpu-cluster-0";
301 /* Initialize once for one cluster */
315 ap_cpu_clk[cluster_index].cluster = cluster_index;