Home
last modified time | relevance | path

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

/Linux-v6.1/tools/power/cpupower/lib/
Dcpupower.c128 struct cpuid_core_info *top1 = (struct cpuid_core_info *)t1; in __compare() local
130 if (top1->pkg < top2->pkg) in __compare()
132 else if (top1->pkg > top2->pkg) in __compare()
134 else if (top1->core < top2->core) in __compare()
136 else if (top1->core > top2->core) in __compare()
138 else if (top1->cpu < top2->cpu) in __compare()
140 else if (top1->cpu > top2->cpu) in __compare()
/Linux-v6.1/arch/arm64/boot/dts/exynos/
Dexynos7.dtsi184 compatible = "samsung,exynos7-clock-top1";