Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/include/asm/
H A Dcpu.h288 u32 cpu_get_stepping(void);
/openbmc/u-boot/arch/x86/cpu/i386/
H A Dcpu.c307 u32 cpu_get_stepping(void) in cpu_get_stepping() function
/openbmc/u-boot/drivers/video/
H A Dbroadwell_igd.c580 if (cpu_get_stepping() <= (CPUID_BROADWELL_E0 & 0xf) && in igd_pre_init()