Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/power/cpupower/lib/
H A 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()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeorectangle.cpp689 double top1 = d->topLeft.latitude(); in intersects() local
697 if (top1 < bottom2) in intersects()
703 if ((top1 == 90.0) && (top1 == top2)) in intersects()
889 double top1 = d->topLeft.latitude(); in operator |=() local
897 double top = qMax(top1, top2); in operator |=()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/
H A Dexynos7-clock.txt30 - "samsung,exynos7-clock-top1"
60 Input clocks for top1 clock controller:
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/exynos/
H A Dexynos7.dtsi152 compatible = "samsung,exynos7-clock-top1";