Searched refs:LAPIC_LVR (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/arch/x86/include/asm/ | ||
H A D | lapic.h | 14 #define LAPIC_LVR 0x030 macro |
/openbmc/u-boot/arch/x86/lib/ | ||
H A D | mpspec.c | 75 apicver = lapic_read(LAPIC_LVR) & 0xff; in mp_write_processor() |