Searched refs:PCI_USE_PIRQ_MASK (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dpci_x86.h33 #define PCI_USE_PIRQ_MASK 0x0800 macro
/linux-master/arch/x86/pci/
H A Dirq.c1461 if (pci_probe & PCI_USE_PIRQ_MASK)
1483 ((!(pci_probe & PCI_USE_PIRQ_MASK)) || ((1 << irq) & mask))) {
1529 (!(pci_probe & PCI_USE_PIRQ_MASK) || \
H A Dcommon.c572 pci_probe |= PCI_USE_PIRQ_MASK;

Completed in 154 milliseconds