Lines Matching defs:irqs
225 * systems return multiple IRQs (which is nonsense for _CRS)
253 * Populate the set of possible IRQs for each device.
261 uint8_t *irqs = NULL;
330 irqs = res->Data.Irq.Interrupts;
336 * Save a list of the valid IRQs. Also, if all of the
337 * valid IRQs are ISA IRQs, then mark this link as
349 link->l_irqs[i] = irqs[i];
350 if (irqs[i] >= NUM_ISA_INTERRUPTS)
410 printf("Index IRQ Rtd Ref IRQs\n");
512 /* Verify initial IRQs if we have _PRS. */
523 /* Save initial IRQs. */
687 * The BIOS only routes interrupts via ISA IRQs using the ATPICs
691 * this link and add that IRQ to our list of known-good IRQs.
987 * possible IRQs. For ISA IRQs we only use interrupts that
1102 * ISA IRQs.
1107 * interrupts routed via ISA IRQs, so this is probably ok.