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",
182 return -ENODEV; in spear_cpufreq_probe()
185 if (of_property_read_u32(np, "clock-latency", in spear_cpufreq_probe()
190 if (!prop || !prop->value) { in spear_cpufreq_probe()
192 ret = -ENODEV; in spear_cpufreq_probe()
196 cnt = prop->length / sizeof(u32); in spear_cpufreq_probe()
197 val = prop->value; in spear_cpufreq_probe()
201 ret = -ENOMEM; in spear_cpufreq_probe()
239 .name = "spear-cpufreq",