HomeSort by relevance Sort by last modified time
    Searched refs:IO_APIC_ADDR (Results 1 - 6 of 6) sorted by null

  /external/u-boot/arch/x86/include/asm/
ioapic.h 11 #define IO_APIC_ADDR 0xfec00000
14 #define IO_APIC_INDEX (IO_APIC_ADDR + 0x00)
15 #define IO_APIC_DATA (IO_APIC_ADDR + 0x10)
  /external/u-boot/arch/x86/cpu/
ioapic.c 27 debug("IOAPIC: Initialising IOAPIC at %08x\n", IO_APIC_ADDR);
  /external/u-boot/arch/x86/cpu/tangier/
acpi.c 56 io_apic_read(IO_APIC_ID) >> 24, IO_APIC_ADDR, 0);
  /external/u-boot/arch/x86/lib/
sfi.c 110 entry->phys_addr = IO_APIC_ADDR;
acpi_table.c 268 io_apic_read(IO_APIC_ID) >> 24, IO_APIC_ADDR, 0);
mpspec.c 394 mp_write_ioapic(mc, ioapic_id, ioapic_ver, IO_APIC_ADDR);

Completed in 256 milliseconds