Searched refs:pci_config_read (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/arch/mips/pci/ |
| D | pci-mt7620.c | 136 static int pci_config_read(struct pci_bus *bus, unsigned int devfn, int where, in pci_config_read() function 205 .read = pci_config_read, 271 pci_config_read(NULL, 0, 0x70c, 4, &val); in mt7628_pci_hw_init() 276 pci_config_read(NULL, 0, 0x70c, 4, &val); in mt7628_pci_hw_init() 352 pci_config_read(NULL, 0, 4, 4, &val); in mt7620_pci_probe() 371 pci_config_read(dev->bus, 0, PCI_BASE_ADDRESS_0, 4, &val); in pcibios_map_irq()
|
| D | ops-vr41xx.c | 48 static int pci_config_read(struct pci_bus *bus, unsigned int devfn, int where, in pci_config_read() function 111 .read = pci_config_read,
|
| D | ops-emma2rh.c | 69 static int pci_config_read(struct pci_bus *bus, unsigned int devfn, int where, in pci_config_read() function 165 .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,
|
| /Linux-v5.4/arch/x86/include/asm/ |
| D | pci_64.h | 21 extern int (*pci_config_read)(int seg, int bus, int dev, int fn,
|