Home
last modified time | relevance | path

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

/Linux-v4.19/tools/power/cpupower/lib/
Dcpupower.c108 struct cpuid_core_info *top1 = (struct cpuid_core_info *)t1; in __compare() local
110 if (top1->pkg < top2->pkg) in __compare()
112 else if (top1->pkg > top2->pkg) in __compare()
114 else if (top1->core < top2->core) in __compare()
116 else if (top1->core > top2->core) in __compare()
118 else if (top1->cpu < top2->cpu) in __compare()
120 else if (top1->cpu > top2->cpu) in __compare()
/Linux-v4.19/Documentation/devicetree/bindings/clock/
Dexynos7-clock.txt30 - "samsung,exynos7-clock-top1"
60 Input clocks for top1 clock controller:
/Linux-v4.19/drivers/media/platform/soc_camera/
Dsh_mobile_ceu_camera.c253 unsigned long top1, top2; in sh_mobile_ceu_capture() local
291 top1 = CDBYR; in sh_mobile_ceu_capture()
296 top1 = CDAYR; in sh_mobile_ceu_capture()
316 ceu_write(pcdev, top1, phys_addr_top); in sh_mobile_ceu_capture()
/Linux-v4.19/arch/arm64/boot/dts/exynos/
Dexynos7.dtsi146 compatible = "samsung,exynos7-clock-top1";