ref_cpu
int ref_cpu;
for_each_cpu_wrap(ref_cpu, policy->cpus, cpu + 1) {
if (ref_cpu == start_cpu) {
ref_cpu = nr_cpu_ids;
if (!idle_cpu(ref_cpu))
if (ref_cpu >= nr_cpu_ids)
cpu = ref_cpu;
clks[ref_cpu] = mxs_clk_ref("ref_cpu", "pll", FRAC, 0);
clks[ref_cpu] = mxs_clk_ref("ref_cpu", "pll0", FRAC0, 0);