Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/pci/
Dcommon.c220 pci_probe |= PCI_ASSIGN_ALL_BUSSES; in assign_all_busses()
590 pci_probe |= PCI_ASSIGN_ALL_BUSSES; in pcibios_setup()
634 return (pci_probe & PCI_ASSIGN_ALL_BUSSES) ? 1 : 0; in pcibios_assign_all_busses()
/linux-6.6.21/arch/x86/include/asm/
Dpci_x86.h36 #define PCI_ASSIGN_ALL_BUSSES 0x4000 macro