Searched refs:PCI_PROBE_CONF1 (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/x86/pci/
H A Dearly.c56 return (pci_probe & (PCI_PROBE_CONF1|PCI_PROBE_NOEARLY)) ==
57 PCI_PROBE_CONF1;
H A Dcommon.c24 unsigned int pci_probe = PCI_PROBE_BIOS | PCI_PROBE_CONF1 | PCI_PROBE_CONF2 |
545 pci_probe = PCI_PROBE_CONF1 | PCI_NO_CHECKS;
H A Ddirect.c285 if ((pci_probe & PCI_PROBE_CONF1) == 0)
H A Dpcbios.c187 pci_probe &= ~PCI_PROBE_CONF1;
/linux-master/arch/x86/include/asm/
H A Dpci_x86.h26 #define PCI_PROBE_CONF1 0x0002 macro

Completed in 221 milliseconds