Searched refs:pci_config_read (Results 1 – 4 of 4) sorted by relevance
/arch/mips/pci/ |
D | ops-vr41xx.c | 61 static int pci_config_read(struct pci_bus *bus, unsigned int devfn, int where, in pci_config_read() function 124 .read = pci_config_read,
|
D | ops-emma2rh.c | 82 static int pci_config_read(struct pci_bus *bus, unsigned int devfn, int where, in pci_config_read() function 178 .read = pci_config_read,
|
D | ops-rc32434.c | 177 static int pci_config_read(struct pci_bus *bus, unsigned int devfn, in pci_config_read() function 204 .read = pci_config_read,
|
/arch/x86/include/asm/ |
D | pci_64.h | 20 extern int (*pci_config_read)(int seg, int bus, int dev, int fn,
|