Searched refs:pci_generic_config_read32 (Results 1 – 15 of 15) sorted by relevance
/linux/drivers/pci/ |
A D | ecam.c | 218 .read = pci_generic_config_read32, 229 .read = pci_generic_config_read32,
|
A D | access.c | 119 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);
|
/linux/arch/arm/mach-sa1100/ |
A D | pci-nanoengine.c | 31 .read = pci_generic_config_read32,
|
/linux/drivers/pci/controller/dwc/ |
A D | pcie-hisi.c | 32 return pci_generic_config_read32(bus, devfn, where, in hisi_pcie_rd_conf()
|
/linux/drivers/pci/controller/ |
A D | pci-versatile.c | 61 .read = pci_generic_config_read32,
|
A D | pci-loongson.c | 165 .read = pci_generic_config_read32,
|
A D | pcie-iproc.c | 580 ret = pci_generic_config_read32(bus, devfn, where, size, val); in iproc_pcie_config_read() 709 ret = pci_generic_config_read32(bus, devfn, where, size, val); in iproc_pcie_config_read32()
|
A D | pci-xgene.c | 169 if (pci_generic_config_read32(bus, devfn, where & ~0x3, 4, val) != in xgene_pcie_config_read32()
|
A D | pcie-mediatek-gen3.c | 190 return pci_generic_config_read32(bus, devfn, where, size, val); in mtk_pcie_config_read()
|
A D | pci-tegra.c | 463 return pci_generic_config_read32(bus, devfn, where, size, in tegra_pcie_config_read()
|
/linux/drivers/pci/controller/cadence/ |
A D | pci-j721e.c | 267 return pci_generic_config_read32(bus, devfn, where, size, in cdns_ti_pcie_config_read()
|
/linux/include/linux/ |
A D | pci.h | 1170 int pci_generic_config_read32(struct pci_bus *bus, unsigned int devfn,
|
/linux/ |
A D | vmlinux.symvers | 356 0x00000000 pci_generic_config_read32 vmlinux EXPORT_SYMBOL_GPL
|
A D | System.map | 20717 ffff800010594d90 T pci_generic_config_read32
|
A D | .tmp_System.map | 20717 ffff800010594d90 T pci_generic_config_read32
|
Completed in 358 milliseconds