Searched refs:top2 (Results 1 – 2 of 2) sorted by relevance
109 struct cpuid_core_info *top2 = (struct cpuid_core_info *)t2; in __compare() local110 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()
253 unsigned long top1, top2; in sh_mobile_ceu_capture() local292 top2 = CDBCR; in sh_mobile_ceu_capture()297 top2 = CDACR; in sh_mobile_ceu_capture()324 ceu_write(pcdev, top2, phys_addr_top); in sh_mobile_ceu_capture()