Home
last modified time | relevance | path

Searched refs:PCI_ASSIGN_ROMS (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/arch/x86/pci/
Di386.c359 if (!(pci_probe & PCI_ASSIGN_ROMS)) in pcibios_assign_resources()
384 if (!(pci_probe & PCI_ASSIGN_ROMS)) in pcibios_resource_survey_bus()
Dcommon.c581 pci_probe |= PCI_ASSIGN_ROMS; in pcibios_setup()
/linux-6.6.21/arch/x86/include/asm/
Dpci_x86.h34 #define PCI_ASSIGN_ROMS 0x1000 macro