Home
last modified time | relevance | path

Searched refs:PCI_BIOS_IRQ_SCAN (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/arch/frv/mb93090-mb00/
Dpci-frv.h22 #define PCI_BIOS_IRQ_SCAN 0x2000 macro
/linux-3.4.99/arch/mn10300/unit-asb2305/
Dpci-asb2305.h28 #define PCI_BIOS_IRQ_SCAN 0x2000 macro
/linux-3.4.99/arch/sh/drivers/pci/
Dpci-sh4.h20 #define PCI_BIOS_IRQ_SCAN 0x2000 macro
/linux-3.4.99/arch/x86/include/asm/
Dpci_x86.h25 #define PCI_BIOS_IRQ_SCAN 0x2000 macro
/linux-3.4.99/arch/x86/pci/
Dirq.c1132 if (!pirq_table && (pci_probe & PCI_BIOS_IRQ_SCAN)) in pcibios_irq_init()
1243 } else if (pci_probe & PCI_BIOS_IRQ_SCAN) in pirq_enable_irq()
Dcommon.c521 pci_probe |= PCI_BIOS_IRQ_SCAN; in pcibios_setup()