Home
last modified time | relevance | path

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

/linux/tools/power/cpupower/lib/
A 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/Documentation/devicetree/bindings/clock/
A Dexynos7-clock.txt30 - "samsung,exynos7-clock-top1"
60 Input clocks for top1 clock controller:
/linux/arch/arm64/boot/dts/exynos/
A Dexynos7.dtsi187 compatible = "samsung,exynos7-clock-top1";

Completed in 6 milliseconds