Home
last modified time | relevance | path

Searched refs:PCIE_BUS_SAFE (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/pci/
H A DKconfig240 config PCIE_BUS_SAFE config in choice1e9151ab0104
H A Dpci.c131 enum pcie_bus_config_types pcie_bus_config = PCIE_BUS_SAFE;
7093 pcie_bus_config = PCIE_BUS_SAFE; in pci_setup()
H A Dprobe.c2746 * Note that this PCIE_BUS_SAFE path assumes no peer-to-peer DMA. in pcie_find_smpss()
2874 if (pcie_bus_config == PCIE_BUS_SAFE) { in pcie_bus_configure_settings()
/openbmc/linux/include/linux/
H A Dpci.h1072 PCIE_BUS_SAFE, /* Use largest MPS boot-time devices support */ enumerator