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