Searched refs:pci_generic_config_read (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/pci/host/ |
D | pci-host-generic.c | 70 .read = pci_generic_config_read, 89 .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.4.14/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.4.14/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.4.14/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.4.14/arch/powerpc/sysdev/ |
D | fsl_pci.c | 712 .read = pci_generic_config_read,
|
/linux-4.4.14/include/linux/ |
D | pci.h | 896 int pci_generic_config_read(struct pci_bus *bus, unsigned int devfn,
|