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

  /src/sys/arch/shark/isa/
isa_shark_machdep.c 143 #define LEGAL_IRQ(x) ((x) >= 0 && (x) < ICU_LEN && (x) != 2)
172 if (!LEGAL_IRQ(irq) || type == IST_NONE)
  /src/sys/arch/arm/footbridge/isa/
isa_machdep.c 248 #define LEGAL_IRQ(x) ((x) >= 0 && (x) < ICU_LEN && (x) != 2)
273 if (LEGAL_IRQ(i) == 0 || (mask & (1<<i)) == 0)
343 if (!LEGAL_IRQ(irq) || type == IST_NONE)
403 if (!LEGAL_IRQ(irq))
  /src/sys/arch/x86/isa/
isa_machdep.c 117 #define LEGAL_IRQ(x) ((x) >= 0 && (x) < NUM_LEGACY_IRQS && (x) != 2)
147 if (LEGAL_IRQ(i) == 0 || (mask & (1<<i)) == 0)
254 if (!LEGAL_IRQ(ih->ih_pin))
  /src/sys/arch/arc/isa/
isabus.c 235 #define LEGAL_IRQ(x) ((x) >= 0 && (x) < ICU_LEN && (x) != 2)
351 if (!LEGAL_IRQ(irq) || type == IST_NONE)
  /src/sys/arch/alpha/pci/
sio_pic.c 679 #define LEGAL_IRQ(x) ((x) >= 0 && (x) < ICU_LEN && (x) != 2)
703 if (LEGAL_IRQ(i) == 0 || (mask & (1<<i)) == 0)

Completed in 14 milliseconds