Home
last modified time | relevance | path

Searched refs:PCI_ASSIGN_ALL_BUSSES (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/x86/pci/
Dcommon.c237 pci_probe |= PCI_ASSIGN_ALL_BUSSES; in assign_all_busses()
607 pci_probe |= PCI_ASSIGN_ALL_BUSSES; in pcibios_setup()
641 return (pci_probe & PCI_ASSIGN_ALL_BUSSES) ? 1 : 0; in pcibios_assign_all_busses()
/linux-4.4.14/arch/x86/include/asm/
Dpci_x86.h30 #define PCI_ASSIGN_ALL_BUSSES 0x4000 macro