Searched refs:cpu_eff (Results 1 – 1 of 1) sorted by relevance
92 const struct cpu_efficiency *cpu_eff; in parse_dt_topology() local113 for (cpu_eff = table_efficiency; cpu_eff->compatible; cpu_eff++) in parse_dt_topology()114 if (of_device_is_compatible(cn, cpu_eff->compatible)) in parse_dt_topology()117 if (cpu_eff->compatible == NULL) in parse_dt_topology()127 capacity = ((be32_to_cpup(rate)) >> 20) * cpu_eff->efficiency; in parse_dt_topology()