Lines Matching +full:sense +full:- +full:freq
2 * drivers/cpufreq/spear-cpufreq.c
60 return ERR_PTR(-EINVAL); in spear1340_cpu_get_possible_parent()
114 * SPEAr1340 is special in the sense that due to the possibility in spear_cpufreq_target()
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",
181 return -ENODEV; in spear_cpufreq_probe()
184 if (of_property_read_u32(np, "clock-latency", in spear_cpufreq_probe()
191 ret = -ENODEV; in spear_cpufreq_probe()
197 ret = -ENOMEM; in spear_cpufreq_probe()
235 .name = "spear-cpufreq",