Searched refs:cn (Results 1 – 1 of 1) sorted by relevance
88 struct device_node *cn = NULL; in parse_dt_topology() local102 cn = of_get_cpu_node(cpu, NULL); in parse_dt_topology()103 if (!cn) { in parse_dt_topology()108 if (topology_parse_cpu_capacity(cn, cpu)) { in parse_dt_topology()109 of_node_put(cn); in parse_dt_topology()116 if (of_device_is_compatible(cn, cpu_eff->compatible)) in parse_dt_topology()122 rate = of_get_property(cn, "clock-frequency", &len); in parse_dt_topology()124 pr_err("%pOF missing clock-frequency property\n", cn); in parse_dt_topology()