Home
last modified time | relevance | path

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

/u-boot/arch/x86/cpu/intel_common/
A Dmicrocode.c102 unsigned int x86_model, x86_family; in microcode_read_cpu() local
109 x86_model = (result.eax >> 4) & 0x0f; in microcode_read_cpu()
114 if ((x86_model >= 5) || (x86_family > 6)) { in microcode_read_cpu()
/u-boot/drivers/timer/
A Dtsc_timer.c58 switch (gd->arch.x86_model) { in native_calibrate_tsc()
100 u8 x86_model; /* model */ member
130 (model == freq_desc_tables[i].x86_model)) in match_cpu()
160 cpu_index = match_cpu(gd->arch.x86, gd->arch.x86_model); in cpu_mhz_from_msr()
/u-boot/arch/x86/cpu/i386/
A Dcpu.c66 uint8_t x86_model; member
340 c->x86_model = (tfms >> 4) & 0xf; in get_fms()
345 c->x86_model += ((tfms >> 16) & 0xF) << 4; in get_fms()
388 gd->arch.x86_model = c.x86_model; in setup_identity()
/u-boot/arch/x86/include/asm/
A Dglobal_data.h91 uint8_t x86_model; member

Completed in 12 milliseconds