Searched refs:PCI_PROBE_BIOS (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/x86/pci/
H A Dcommon.c24 unsigned int pci_probe = PCI_PROBE_BIOS | PCI_PROBE_CONF1 | PCI_PROBE_CONF2 |
530 pci_probe = PCI_PROBE_BIOS;
533 pci_probe &= ~PCI_PROBE_BIOS;
H A Dpcbios.c438 if ((pci_probe & PCI_PROBE_BIOS)
/linux-master/arch/x86/include/asm/
H A Dpci_x86.h25 #define PCI_PROBE_BIOS 0x0001 macro
/linux-master/arch/x86/xen/
H A Denlighten_pv.c1503 pci_probe &= ~PCI_PROBE_BIOS;

Completed in 100 milliseconds