Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/lib/
H A Dmpspec.c371 int ioapic_id, ioapic_ver; in write_mp_table() local
393 ioapic_ver = io_apic_read(IO_APIC_VER) & 0xff; in write_mp_table()
394 mp_write_ioapic(mc, ioapic_id, ioapic_ver, IO_APIC_ADDR); in write_mp_table()