Home
last modified time | relevance | path

Searched refs:cluster_index (Results 1 – 3 of 3) sorted by relevance

/drivers/clk/mvebu/
Dap-cpu-clk.c232 int ret, nclusters = 0, cluster_index = 0; in ap_cpu_clock_probe() local
299 cluster_index = cpu & APN806_CLUSTER_NUM_MASK; in ap_cpu_clock_probe()
300 cluster_index >>= APN806_CLUSTER_NUM_OFFSET; in ap_cpu_clock_probe()
303 if (ap_cpu_data->hws[cluster_index]) in ap_cpu_clock_probe()
306 parent = of_clk_get(np, cluster_index); in ap_cpu_clock_probe()
313 clk_name[12] += cluster_index; in ap_cpu_clock_probe()
314 ap_cpu_clk[cluster_index].clk_name = in ap_cpu_clock_probe()
316 ap_cpu_clk[cluster_index].cluster = cluster_index; in ap_cpu_clock_probe()
317 ap_cpu_clk[cluster_index].pll_cr_base = regmap; in ap_cpu_clock_probe()
318 ap_cpu_clk[cluster_index].hw.init = &init; in ap_cpu_clock_probe()
[all …]
/drivers/interconnect/
Dcore.c103 int cluster_index = 0; in icc_graph_show() local
110 cluster_index = 0; in icc_graph_show()
112 seq_printf(s, "\tsubgraph cluster_%d {\n", ++cluster_index); in icc_graph_show()
/drivers/crypto/hisilicon/hpre/
Dhpre_main.c812 int cluster_index = file->index - HPRE_CLUSTER_CTRL; in hpre_cluster_inqry_read() local
814 cluster_index * HPRE_CLSTR_ADDR_INTRVL; in hpre_cluster_inqry_read()
822 int cluster_index = file->index - HPRE_CLUSTER_CTRL; in hpre_cluster_inqry_write() local
823 unsigned long offset = HPRE_CLSTR_BASE + cluster_index * in hpre_cluster_inqry_write()