HomeSort by: relevance | last modified time | path
    Searched refs:OPENPIC_EOI (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/powerpc/include/
openpic.h 38 static __inline void openpic_eoi(int);
63 openpic_eoi(int cpu) function in typeref:typename:void
65 openpic_write(OPENPIC_EOI(cpu), 0);
66 openpic_read(OPENPIC_EOI(cpu));
openpicreg.h 114 #define OPENPIC_EOI(cpu) (0x200b0 + (cpu) * 0x1000)
  /src/sys/arch/macppc/macppc/
pic_u3_ht.c 585 u3_ht_write(u3_ht, OPENPIC_EOI(cpu), 0);
586 u3_ht_read(u3_ht, OPENPIC_EOI(cpu));
  /src/sys/arch/powerpc/include/booke/
openpicreg.h 80 #define OPENPIC_EOI 0x00b0
  /src/sys/arch/powerpc/booke/
e500_intr.c 1054 openpic_write(cpu, OPENPIC_EOI, 0);

Completed in 18 milliseconds