Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/pci/
H A Decam.c167 .read = pci_generic_config_read32,
177 .read = pci_generic_config_read32,
H A Daccess.c119 int pci_generic_config_read32(struct pci_bus *bus, unsigned int devfn, in pci_generic_config_read32() function
137 EXPORT_SYMBOL_GPL(pci_generic_config_read32);
/OK3568_Linux_fs/kernel/arch/arm/mach-sa1100/
H A Dpci-nanoengine.c31 .read = pci_generic_config_read32,
/OK3568_Linux_fs/kernel/drivers/pci/controller/dwc/
H A Dpcie-hisi.c32 return pci_generic_config_read32(bus, devfn, where, in hisi_pcie_rd_conf()
/OK3568_Linux_fs/kernel/drivers/pci/controller/
H A Dpci-versatile.c61 .read = pci_generic_config_read32,
H A Dpci-loongson.c165 .read = pci_generic_config_read32,
H A Dpcie-iproc.c595 ret = pci_generic_config_read32(bus, devfn, where, size, val); in iproc_pcie_config_read()
726 ret = pci_generic_config_read32(bus, devfn, where, size, val); in iproc_pcie_config_read32()
H A Dpci-xgene.c170 if (pci_generic_config_read32(bus, devfn, where & ~0x3, 4, val) != in xgene_pcie_config_read32()
H A Dpci-tegra.c482 return pci_generic_config_read32(bus, devfn, where, size, in tegra_pcie_config_read()
/OK3568_Linux_fs/kernel/drivers/pci/controller/cadence/
H A Dpci-j721e.c255 return pci_generic_config_read32(bus, devfn, where, size, in cdns_ti_pcie_config_read()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpci.h1133 int pci_generic_config_read32(struct pci_bus *bus, unsigned int devfn,