Home
last modified time | relevance | path

Searched refs:PCIE_BUS_TUNE_OFF (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/pci/
H A DKconfig227 config PCIE_BUS_TUNE_OFF config in choice1e9151ab0104
H A Dprobe.c2058 if (pcie_bus_config == PCIE_BUS_TUNE_OFF) { in pci_configure_mps()
2834 if (pcie_bus_config == PCIE_BUS_TUNE_OFF || in pcie_bus_configure_set()
H A Dpci.c129 enum pcie_bus_config_types pcie_bus_config = PCIE_BUS_TUNE_OFF;
7091 pcie_bus_config = PCIE_BUS_TUNE_OFF; in pci_setup()
H A Dquirks.c3448 if (pcie_bus_config == PCIE_BUS_TUNE_OFF || in quirk_intel_mc_errata()
/openbmc/linux/include/linux/
H A Dpci.h1070 PCIE_BUS_TUNE_OFF, /* Don't touch MPS at all */ enumerator