Lines Matching defs:cluster
128 * struct ap806_clk: CPU cluster clock controller instance
129 * @cluster: Cluster clock controller index
136 unsigned int cluster;
152 (clk->cluster * clk->pll_regs->cluster_offset);
168 (clk->cluster * clk->pll_regs->cluster_offset);
170 (clk->cluster * clk->pll_regs->cluster_offset);
172 (clk->cluster * clk->pll_regs->cluster_offset);
199 clk->cluster *
247 * cluster (2 CPUs per cluster), cpu0 and cpu1 are fixed to
251 * will exist and the cluster number is 2; otherwise the
252 * cluster number is 1.
272 * DFS for AP806 is controlled per cluster (2 CPUs per cluster),
273 * so allocate structs per cluster
287 char *clk_name = "cpu-cluster-0";
302 /* Initialize once for one cluster */
316 ap_cpu_clk[cluster_index].cluster = cluster_index;