Lines Matching refs:IRQ
891 irqreturn_t cpqhp_ctrl_intr(int IRQ, void *data)
2374 u8 IRQ = 0;
2473 /* set up the IRQ info */
2803 /* We should be configuring an IRQ and the bridge's base address
2944 IRQ = resources->irqs->interrupt[(temp_byte +
2947 /* Program IRQ based on card type */
2951 IRQ = cpqhp_disk_irq;
2953 IRQ = cpqhp_nic_irq;
2956 /* IRQ Line */
2957 rc = pci_bus_write_config_byte (pci_bus, devfn, PCI_INTERRUPT_LINE, IRQ);
2961 rc = cpqhp_set_irq(func->bus, func->device, temp_byte, IRQ);
2967 resources->irqs->interrupt[(temp_byte + resources->irqs->barber_pole - 1) & 0x03] = IRQ;