Home
last modified time | relevance | path

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

/u-boot/arch/x86/cpu/intel_common/
A Dmicrocode.c102 unsigned int x86_model, x86_family; in microcode_read_cpu() local
110 x86_family = (result.eax >> 8) & 0x0f; in microcode_read_cpu()
114 if ((x86_model >= 5) || (x86_family > 6)) { in microcode_read_cpu()
/u-boot/drivers/timer/
A Dtsc_timer.c99 u8 x86_family; /* CPU family */ member
129 if ((family == freq_desc_tables[i].x86_family) && in match_cpu()

Completed in 6 milliseconds