Home
last modified time | relevance | path

Searched refs:PCI_PROBE_NOEARLY (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/x86/pci/
H A Dinit.c16 if (!(pci_probe & PCI_PROBE_NOEARLY)) in pci_arch_init()
H A Dearly.c56 return (pci_probe & (PCI_PROBE_CONF1|PCI_PROBE_NOEARLY)) == in early_pci_allowed()
H A Dcommon.c568 pci_probe |= PCI_PROBE_NOEARLY; in pcibios_setup()
/openbmc/linux/arch/x86/include/asm/
H A Dpci_x86.h30 #define PCI_PROBE_NOEARLY 0x0010 macro