Home
last modified time | relevance | path

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

/linux-4.4.14/tools/power/cpupower/utils/helpers/
Dtopology.c41 struct cpuid_core_info *top1 = (struct cpuid_core_info *)t1; in __compare() local
43 if (top1->pkg < top2->pkg) in __compare()
45 else if (top1->pkg > top2->pkg) in __compare()
47 else if (top1->core < top2->core) in __compare()
49 else if (top1->core > top2->core) in __compare()
51 else if (top1->cpu < top2->cpu) in __compare()
53 else if (top1->cpu > top2->cpu) in __compare()
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Dexynos7-clock.txt30 - "samsung,exynos7-clock-top1"
60 Input clocks for top1 clock controller:
/linux-4.4.14/drivers/media/platform/soc_camera/
Dsh_mobile_ceu_camera.c290 unsigned long top1, top2; in sh_mobile_ceu_capture() local
328 top1 = CDBYR; in sh_mobile_ceu_capture()
333 top1 = CDAYR; in sh_mobile_ceu_capture()
353 ceu_write(pcdev, top1, phys_addr_top); in sh_mobile_ceu_capture()
/linux-4.4.14/arch/arm64/boot/dts/exynos/
Dexynos7.dtsi118 compatible = "samsung,exynos7-clock-top1";