Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/include/asm/
Dpci_x86.h32 #define PCI_NO_CHECKS 0x0400 macro
/linux-6.1.9/arch/x86/pci/
Dcommon.c545 pci_probe = PCI_PROBE_CONF1 | PCI_NO_CHECKS; in pcibios_setup()
549 pci_probe = PCI_PROBE_CONF2 | PCI_NO_CHECKS; in pcibios_setup()
Ddirect.c200 if (pci_probe & PCI_NO_CHECKS) in pci_sanity_check()