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