Lines Matching refs:pirq_table
33 static struct irq_routing_table *pirq_table;
210 struct irq_routing_table *rt = pirq_table;
1291 struct irq_routing_table *rt = pirq_table;
1346 struct irq_routing_table *rt = pirq_table;
1417 if (!pirq_table)
1434 'A' + dpin - 1, pirq, mask, pirq_table->exclusive_irqs);
1653 pirq_table = pirq_find_routing_table();
1656 if (!pirq_table && (pci_probe & PCI_BIOS_IRQ_SCAN)) {
1657 pirq_table = pcibios_get_irq_routing_table();
1658 rtable = pirq_table;
1661 if (pirq_table) {
1664 if (pirq_table->exclusive_irqs) {
1667 if (!(pirq_table->exclusive_irqs & (1 << i)))
1676 pirq_table = NULL;