Searched refs:cluster_index (Results 1 – 3 of 3) sorted by relevance
231 int ret, nclusters = 0, cluster_index = 0; in ap_cpu_clock_probe() local299 cluster_index >>= APN806_CLUSTER_NUM_OFFSET; in ap_cpu_clock_probe()302 if (ap_cpu_data->hws[cluster_index]) in ap_cpu_clock_probe()305 parent = of_clk_get(np, cluster_index); in ap_cpu_clock_probe()312 clk_name[12] += cluster_index; in ap_cpu_clock_probe()313 ap_cpu_clk[cluster_index].clk_name = in ap_cpu_clock_probe()315 ap_cpu_clk[cluster_index].cluster = cluster_index; in ap_cpu_clock_probe()317 ap_cpu_clk[cluster_index].hw.init = &init; in ap_cpu_clock_probe()318 ap_cpu_clk[cluster_index].dev = dev; in ap_cpu_clock_probe()331 ap_cpu_data->hws[cluster_index] = &ap_cpu_clk[cluster_index].hw; in ap_cpu_clock_probe()[all …]
105 int cluster_index = 0; in icc_graph_show() local112 cluster_index = 0; in icc_graph_show()114 seq_printf(s, "\tsubgraph cluster_%d {\n", ++cluster_index); in icc_graph_show()
841 int cluster_index = file->index - HPRE_CLUSTER_CTRL; in hpre_cluster_inqry_read() local843 cluster_index * HPRE_CLSTR_ADDR_INTRVL; in hpre_cluster_inqry_read()851 int cluster_index = file->index - HPRE_CLUSTER_CTRL; in hpre_cluster_inqry_write() local852 unsigned long offset = HPRE_CLSTR_BASE + cluster_index * in hpre_cluster_inqry_write()
Completed in 14 milliseconds