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

  /external/u-boot/arch/x86/cpu/
ioapic.c 13 writel(reg, IO_APIC_INDEX);
19 writel(reg, IO_APIC_INDEX);
  /external/u-boot/arch/x86/include/asm/
ioapic.h 14 #define IO_APIC_INDEX (IO_APIC_ADDR + 0x00)
  /external/u-boot/arch/x86/cpu/ivybridge/
lpc.c 37 writel(0, IO_APIC_INDEX);
41 writel(1, IO_APIC_INDEX);
43 writel(1, IO_APIC_INDEX);
46 writel(0, IO_APIC_INDEX);
56 writel(i, IO_APIC_INDEX);
63 writel(3, IO_APIC_INDEX);

Completed in 91 milliseconds