Home
last modified time | relevance | path

Searched refs:pci_generic_config_read32 (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/drivers/pci/
H A Decam.c218 .read = pci_generic_config_read32,
229 .read = pci_generic_config_read32,
H A Daccess.c120 int pci_generic_config_read32(struct pci_bus *bus, unsigned int devfn, in pci_generic_config_read32() function
136 EXPORT_SYMBOL_GPL(pci_generic_config_read32);
/openbmc/linux/drivers/pci/controller/
H A Dpci-versatile.c60 .read = pci_generic_config_read32,
H A Dpci-loongson.c288 .read = pci_generic_config_read32,
H A Dpcie-iproc.c579 ret = pci_generic_config_read32(bus, devfn, where, size, val); in iproc_pcie_config_read()
706 ret = pci_generic_config_read32(bus, devfn, where, size, val); in iproc_pcie_config_read32()
H A Dpci-xgene.c167 if (pci_generic_config_read32(bus, devfn, where & ~0x3, 4, val) != in xgene_pcie_config_read32()
H A Dpcie-mediatek-gen3.c224 return pci_generic_config_read32(bus, devfn, where, size, val); in mtk_pcie_config_read()
H A Dpcie-brcmstb.c1495 .read = pci_generic_config_read32,
H A Dpci-tegra.c463 return pci_generic_config_read32(bus, devfn, where, size, in tegra_pcie_config_read()
/openbmc/linux/drivers/pci/controller/dwc/
H A Dpcie-hisi.c36 return pci_generic_config_read32(bus, devfn, where, in hisi_pcie_rd_conf()
H A Dpcie-bt1.c323 .read = pci_generic_config_read32,
/openbmc/linux/drivers/pci/controller/cadence/
H A Dpci-j721e.c274 return pci_generic_config_read32(bus, devfn, where, size, in cdns_ti_pcie_config_read()
/openbmc/linux/include/linux/
H A Dpci.h1206 int pci_generic_config_read32(struct pci_bus *bus, unsigned int devfn,