Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dpci.h258 PCI_BUS_FLAGS_NO_MMRBC = (__force pci_bus_flags_t) 2, enumerator
/openbmc/linux/drivers/pci/
H A Dpci.c6186 if (v > o && (dev->bus->bus_flags & PCI_BUS_FLAGS_NO_MMRBC)) in pcix_set_mmrbc()
H A Dquirks.c1167 dev->subordinate->bus_flags |= PCI_BUS_FLAGS_NO_MMRBC; in quirk_amd_8131_mmrbc()