Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/clk/mvebu/
Dap-cpu-clk.c232 int ret, nclusters = 0, cluster_index = 0; in ap_cpu_clock_probe() local
294 cluster_index = cpu & APN806_CLUSTER_NUM_MASK; in ap_cpu_clock_probe()
295 cluster_index >>= APN806_CLUSTER_NUM_OFFSET; in ap_cpu_clock_probe()
298 if (ap_cpu_data->hws[cluster_index]) in ap_cpu_clock_probe()
301 parent = of_clk_get(np, cluster_index); in ap_cpu_clock_probe()
307 clk_name[12] += cluster_index; in ap_cpu_clock_probe()
308 ap_cpu_clk[cluster_index].clk_name = in ap_cpu_clock_probe()
310 ap_cpu_clk[cluster_index].cluster = cluster_index; in ap_cpu_clock_probe()
311 ap_cpu_clk[cluster_index].pll_cr_base = regmap; in ap_cpu_clock_probe()
312 ap_cpu_clk[cluster_index].hw.init = &init; in ap_cpu_clock_probe()
[all …]
/Linux-v5.4/fs/xfs/scrub/
Dialloc.c220 unsigned int cluster_index; in xchk_iallocbt_check_cluster() local
232 for (cluster_index = 0; in xchk_iallocbt_check_cluster()
233 cluster_index < nr_inodes; in xchk_iallocbt_check_cluster()
234 cluster_index += XFS_INODES_PER_HOLEMASK_BIT) in xchk_iallocbt_check_cluster()
235 cluster_mask |= XFS_INOBT_MASK((cluster_base + cluster_index) / in xchk_iallocbt_check_cluster()
287 for (cluster_index = 0; cluster_index < nr_inodes; cluster_index++) { in xchk_iallocbt_check_cluster()
297 cluster_base + cluster_index, dip); in xchk_iallocbt_check_cluster()