/openbmc/linux/drivers/pci/controller/ |
H A D | pci-host-generic.c | 21 .read = pci_generic_config_read, 54 .read = pci_generic_config_read,
|
H A D | pci-thunder-ecam.c | 100 return pci_generic_config_read(bus, devfn, where, size, val); in thunder_ecam_p2_config_read() 316 return pci_generic_config_read(bus, devfn, where, size, val); in thunder_ecam_config_read()
|
H A D | pci-loongson.c | 281 .read = pci_generic_config_read, 405 .read = pci_generic_config_read,
|
H A D | pci-rcar-gen2.c | 274 .read = pci_generic_config_read,
|
H A D | pci-thunder-pem.c | 153 return pci_generic_config_read(bus, devfn, where, size, val); in thunder_pem_config_read()
|
H A D | pcie-xilinx.c | 191 .read = pci_generic_config_read,
|
H A D | pcie-mt7621.c | 140 .read = pci_generic_config_read,
|
H A D | pcie-xilinx-nwl.c | 255 .read = pci_generic_config_read,
|
H A D | pci-v3-semi.c | 411 ret = pci_generic_config_read(bus, fn, config, size, value); in v3_pci_read_config()
|
H A D | pcie-apple.c | 821 .read = pci_generic_config_read,
|
H A D | pcie-microchip-host.c | 1189 .read = pci_generic_config_read,
|
/openbmc/linux/drivers/pci/controller/dwc/ |
H A D | pcie-al.c | 82 .read = pci_generic_config_read, 241 .read = pci_generic_config_read,
|
H A D | pcie-tegra194-acpi.c | 106 .read = pci_generic_config_read,
|
H A D | pcie-hisi.c | 40 return pci_generic_config_read(bus, devfn, where, size, val); in hisi_pcie_rd_conf()
|
H A D | pcie-designware-host.c | 586 ret = pci_generic_config_read(bus, devfn, where, size, val); in dw_pcie_rd_other_conf() 643 .read = pci_generic_config_read,
|
H A D | pci-meson.c | 312 ret = pci_generic_config_read(bus, devfn, where, size, val); in meson_pcie_rd_own_conf()
|
H A D | pci-keystone.c | 489 .read = pci_generic_config_read, 495 .read = pci_generic_config_read,
|
/openbmc/linux/drivers/pci/ |
H A D | access.c | 80 int pci_generic_config_read(struct pci_bus *bus, unsigned int devfn, in pci_generic_config_read() function 98 EXPORT_SYMBOL_GPL(pci_generic_config_read);
|
H A D | ecam.c | 205 .read = pci_generic_config_read,
|
/openbmc/linux/arch/powerpc/platforms/powermac/ |
H A D | pci.c | 165 .read = pci_generic_config_read, 200 .read = pci_generic_config_read, 427 .read = pci_generic_config_read,
|
/openbmc/linux/drivers/pci/controller/cadence/ |
H A D | pcie-cadence-host.c | 78 .read = pci_generic_config_read,
|
H A D | pci-j721e.c | 277 return pci_generic_config_read(bus, devfn, where, size, value); in cdns_ti_pcie_config_read()
|
/openbmc/linux/drivers/pci/controller/mobiveil/ |
H A D | pcie-mobiveil-host.c | 78 .read = pci_generic_config_read,
|
/openbmc/linux/arch/um/drivers/ |
H A D | virt-pci.c | 463 .read = pci_generic_config_read,
|
/openbmc/linux/arch/powerpc/sysdev/ |
H A D | fsl_pci.c | 759 .read = pci_generic_config_read,
|