Home
last modified time | relevance | path

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

/linux-3.4.99/arch/frv/mb93090-mb00/
Dpci-frv.h20 #define PCI_NO_CHECKS 0x0400 macro
/linux-3.4.99/arch/mn10300/unit-asb2305/
Dpci-asb2305.h26 #define PCI_NO_CHECKS 0x400 macro
/linux-3.4.99/arch/sh/drivers/pci/
Dpci-sh4.h18 #define PCI_NO_CHECKS 0x400 macro
/linux-3.4.99/arch/x86/include/asm/
Dpci_x86.h22 #define PCI_NO_CHECKS 0x0400 macro
/linux-3.4.99/arch/x86/pci/
Dcommon.c530 pci_probe = PCI_PROBE_CONF1 | PCI_NO_CHECKS; in pcibios_setup()
534 pci_probe = PCI_PROBE_CONF2 | PCI_NO_CHECKS; in pcibios_setup()
Ddirect.c199 if (pci_probe & PCI_NO_CHECKS) in pci_sanity_check()