Home
last modified time | relevance | path

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

/external/u-boot/arch/x86/cpu/i386/
Dcpu.c56 uint8_t x86_model; member
294 c->x86_model = (tfms >> 4) & 0xf; in get_fms()
299 c->x86_model += ((tfms >> 16) & 0xF) << 4; in get_fms()
336 gd->arch.x86_model = c.x86_model; in x86_cpu_init_f()
/external/u-boot/arch/x86/cpu/intel_common/
Dmicrocode.c100 unsigned int x86_model, x86_family; in microcode_read_cpu() local
107 x86_model = (result.eax >> 4) & 0x0f; in microcode_read_cpu()
112 if ((x86_model >= 5) || (x86_family > 6)) { in microcode_read_cpu()
/external/u-boot/drivers/timer/
Dtsc_timer.c45 u8 x86_model; /* model */ member
75 (model == freq_desc_tables[i].x86_model)) in match_cpu()
105 cpu_index = match_cpu(gd->arch.x86, gd->arch.x86_model); in cpu_mhz_from_msr()
/external/u-boot/arch/x86/include/asm/
Dglobal_data.h75 uint8_t x86_model; member