Searched refs:pci_generic_config_read (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/arch/powerpc/platforms/powermac/ |
D | pci.c | 168 .read = pci_generic_config_read, 203 .read = pci_generic_config_read, 430 .read = pci_generic_config_read,
|
/linux-4.1.27/drivers/pci/host/ |
D | pci-host-generic.c | 80 .read = pci_generic_config_read,
|
D | pci-rcar-gen2.c | 283 .read = pci_generic_config_read,
|
D | pcie-xilinx.c | 218 .read = pci_generic_config_read,
|
/linux-4.1.27/drivers/pci/ |
D | access.c | 70 int pci_generic_config_read(struct pci_bus *bus, unsigned int devfn, in pci_generic_config_read() function 90 EXPORT_SYMBOL_GPL(pci_generic_config_read);
|
/linux-4.1.27/arch/arm/mach-integrator/ |
D | pci_v3.c | 459 int ret = pci_generic_config_read(bus, devfn, where, size, val); in v3_read_config()
|
/linux-4.1.27/arch/powerpc/sysdev/ |
D | fsl_pci.c | 674 .read = pci_generic_config_read,
|
/linux-4.1.27/include/linux/ |
D | pci.h | 875 int pci_generic_config_read(struct pci_bus *bus, unsigned int devfn,
|