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

  /src/sys/arch/x86/include/
pic.h 35 #define PIC_I8259 0
  /src/sys/arch/powerpc/pic/
pic_mpcsoc.c 105 #ifdef PIC_I8259
intr.c 50 #if defined(PIC_I8259) || defined (PIC_PREPIVR)
717 #if defined(PIC_PREPIVR) || defined(PIC_I8259)
  /src/sys/arch/x86/x86/
i8259.c 111 .pic_type = PIC_I8259,
intr.c 340 if (pic->pic_type == PIC_I8259) {
1317 KASSERT(pic->pic_type == PIC_I8259);
mpacpi.c 659 if (pic->pic_type == PIC_I8259 && pin > 15)
  /src/sys/arch/xen/x86/
xen_intr.c 397 KASSERT(pic->pic_type == PIC_I8259);
493 if (pic->pic_type == PIC_I8259) {
pintr.c 311 case PIC_I8259:
  /src/sys/arch/sandpoint/sandpoint/
machdep.c 251 #ifdef PIC_I8259

Completed in 19 milliseconds