Lines Matching +full:switching +full:- +full:freq
2 * drivers/cpufreq/spear-cpufreq.c
60 return ERR_PTR(-EINVAL); in spear1340_cpu_get_possible_parent()
73 * Hence in SPEAr1340 we would operate on source clock directly before switching
148 pr_err("CPU Freq: cpu clk_set_rate failed: %d\n", ret); in spear_cpufreq_target()
155 policy->clk = spear_cpufreq.clk; in spear_cpufreq_init()
162 .name = "cpufreq-spear",
180 return -ENODEV; in spear_cpufreq_probe()
183 if (of_property_read_u32(np, "clock-latency", in spear_cpufreq_probe()
190 ret = -ENODEV; in spear_cpufreq_probe()
196 ret = -ENOMEM; in spear_cpufreq_probe()
234 .name = "spear-cpufreq",