Searched refs:pci_generic_config_read32 (Results  1 – 9 of 9) sorted by relevance
| /Linux-v5.4/arch/arm/mach-sa1100/ | 
| D | pci-nanoengine.c | 31 	.read	= pci_generic_config_read32,
 | 
| /Linux-v5.4/drivers/pci/ | 
| D | ecam.c | 163 		.read		= pci_generic_config_read32,
 | 
| D | access.c | 119 int pci_generic_config_read32(struct pci_bus *bus, unsigned int devfn,  in pci_generic_config_read32()  function137 EXPORT_SYMBOL_GPL(pci_generic_config_read32);
 
 | 
| /Linux-v5.4/drivers/pci/controller/ | 
| D | pci-versatile.c | 61 	.read	= pci_generic_config_read32,
 | 
| D | pcie-iproc.c | 586 		ret = pci_generic_config_read32(bus, devfn, where, size, val);  in iproc_pcie_config_read()717 		ret = pci_generic_config_read32(bus, devfn, where, size, val);  in iproc_pcie_config_read32()
 
 | 
| D | pci-xgene.c | 170 	if (pci_generic_config_read32(bus, devfn, where & ~0x3, 4, val) !=  in xgene_pcie_config_read32()
 | 
| D | pci-tegra.c | 500 		return pci_generic_config_read32(bus, devfn, where, size,  in tegra_pcie_config_read()
 | 
| /Linux-v5.4/drivers/pci/controller/dwc/ | 
| D | pcie-hisi.c | 37 			return pci_generic_config_read32(bus, devfn, where,  in hisi_pcie_rd_conf()
 | 
| /Linux-v5.4/include/linux/ | 
| D | pci.h | 1079 int pci_generic_config_read32(struct pci_bus *bus, unsigned int devfn,
 |