Searched refs:PCI_USE_PIRQ_MASK (Results 1 – 3 of 3) sorted by relevance
23 #define PCI_USE_PIRQ_MASK 0x0800 macro
947 if (pci_probe & PCI_USE_PIRQ_MASK) in pcibios_lookup_irq()969 ((!(pci_probe & PCI_USE_PIRQ_MASK)) || ((1 << irq) & mask))) { in pcibios_lookup_irq()1007 (!(pci_probe & PCI_USE_PIRQ_MASK) || \ in pcibios_lookup_irq()
558 pci_probe |= PCI_USE_PIRQ_MASK; in pcibios_setup()