Lines Matching refs:cpunode
341 static int __init g5_neo2_cpufreq_init(struct device_node *cpunode)
364 valp = of_get_property(cpunode, "cpu-version", NULL);
376 g5_pmode_data = of_get_property(cpunode, "power-mode-data",&psize);
433 valp = of_get_property(cpunode, "clock-frequency", NULL);
471 of_node_put(cpunode);
479 static int __init g5_pm72_cpufreq_init(struct device_node *cpunode)
567 valp = of_get_property(cpunode, "clock-frequency", NULL);
642 of_node_put(cpunode);
649 struct device_node *cpunode;
653 cpunode = of_cpu_device_node_get(0);
654 if (cpunode == NULL) {
662 rc = g5_pm72_cpufreq_init(cpunode);
665 rc = g5_neo2_cpufreq_init(cpunode);