Home
last modified time | relevance | path

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

/Linux-v5.10/tools/power/cpupower/lib/
Dcpupower.c107 struct cpuid_core_info *top1 = (struct cpuid_core_info *)t1; in __compare() local
109 if (top1->pkg < top2->pkg) in __compare()
111 else if (top1->pkg > top2->pkg) in __compare()
113 else if (top1->core < top2->core) in __compare()
115 else if (top1->core > top2->core) in __compare()
117 else if (top1->cpu < top2->cpu) in __compare()
119 else if (top1->cpu > top2->cpu) in __compare()
/Linux-v5.10/Documentation/devicetree/bindings/clock/
Dexynos7-clock.txt30 - "samsung,exynos7-clock-top1"
60 Input clocks for top1 clock controller:
/Linux-v5.10/arch/arm64/boot/dts/exynos/
Dexynos7.dtsi150 compatible = "samsung,exynos7-clock-top1";