Searched refs:top1 (Results 1 – 2 of 2) sorted by relevance
128 struct cpuid_core_info *top1 = (struct cpuid_core_info *)t1; in __compare() local130 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()
184 compatible = "samsung,exynos7-clock-top1";