Home
last modified time | relevance | path

Searched refs:top2 (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/tools/power/cpupower/utils/helpers/
Dtopology.c42 struct cpuid_core_info *top2 = (struct cpuid_core_info *)t2; 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/drivers/media/platform/soc_camera/
Dsh_mobile_ceu_camera.c290 unsigned long top1, top2; in sh_mobile_ceu_capture() local
329 top2 = CDBCR; in sh_mobile_ceu_capture()
334 top2 = CDACR; in sh_mobile_ceu_capture()
361 ceu_write(pcdev, top2, phys_addr_top); in sh_mobile_ceu_capture()