Home
last modified time | relevance | path

Searched refs:cpu_eff (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/arm/kernel/
H A Dtopology.c87 const struct cpu_efficiency *cpu_eff; in parse_dt_topology() local
115 for (cpu_eff = table_efficiency; cpu_eff->compatible; cpu_eff++) in parse_dt_topology()
116 if (of_device_is_compatible(cn, cpu_eff->compatible)) in parse_dt_topology()
119 if (cpu_eff->compatible == NULL) in parse_dt_topology()
128 capacity = ((be32_to_cpup(rate)) >> 20) * cpu_eff->efficiency; in parse_dt_topology()