Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/cpu/baytrail/
H A Dcpu.c170 struct cpuid_result leaf_b; in baytrail_get_count() local
172 leaf_b = cpuid_ext(0xb, ecx); in baytrail_get_count()
178 if ((leaf_b.ecx & 0xff00) == 0x0200) in baytrail_get_count()
179 return leaf_b.ebx & 0xffff; in baytrail_get_count()