Lines Matching defs:pirq_table
27 static struct irq_routing_table *pirq_table;
121 struct irq_routing_table *rt = pirq_table;
822 struct irq_routing_table *rt = pirq_table;
869 struct irq_routing_table *rt = pirq_table;
904 if (!pirq_table)
920 'A' + pin - 1, pirq, mask, pirq_table->exclusive_irqs);
1131 pirq_table = pirq_find_routing_table();
1134 if (!pirq_table && (pci_probe & PCI_BIOS_IRQ_SCAN)) {
1135 pirq_table = pcibios_get_irq_routing_table();
1136 rtable = pirq_table;
1139 if (pirq_table) {
1142 if (pirq_table->exclusive_irqs) {
1145 if (!(pirq_table->exclusive_irqs & (1 << i)))
1154 pirq_table = NULL;