Home
last modified time | relevance | path

Searched refs:PCI_PROBE_BIOS (Results 1 – 8 of 8) sorted by relevance

/linux-3.4.99/arch/frv/mb93090-mb00/
Dpci-frv.h17 #define PCI_PROBE_BIOS 0x0001 macro
/linux-3.4.99/arch/mn10300/unit-asb2305/
Dpci-asb2305.h23 #define PCI_PROBE_BIOS 1 macro
/linux-3.4.99/arch/x86/pci/
Dvisws.c77 ~(PCI_PROBE_BIOS | PCI_PROBE_CONF2); in pci_visws_init()
Dcommon.c20 unsigned int pci_probe = PCI_PROBE_BIOS | PCI_PROBE_CONF1 | PCI_PROBE_CONF2 |
515 pci_probe = PCI_PROBE_BIOS; in pcibios_setup()
518 pci_probe &= ~PCI_PROBE_BIOS; in pcibios_setup()
Dpcbios.c450 if ((pci_probe & PCI_PROBE_BIOS) in pci_pcbios_init()
/linux-3.4.99/arch/sh/drivers/pci/
Dpci-sh4.h15 #define PCI_PROBE_BIOS 1 macro
/linux-3.4.99/arch/x86/include/asm/
Dpci_x86.h15 #define PCI_PROBE_BIOS 0x0001 macro
/linux-3.4.99/arch/x86/xen/
Denlighten.c1458 pci_probe &= ~PCI_PROBE_BIOS; in xen_start_kernel()