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