Lines Matching defs:devfn
28 static int thunder_pem_bridge_read(struct pci_bus *bus, unsigned int devfn,
35 if (devfn != 0 || where >= 2048) {
130 static int thunder_pem_config_read(struct pci_bus *bus, unsigned int devfn,
144 return thunder_pem_bridge_read(bus, devfn, where, size, val);
146 return pci_generic_config_read(bus, devfn, where, size, val);
206 static int thunder_pem_bridge_write(struct pci_bus *bus, unsigned int devfn,
216 if (devfn != 0 || where >= 2048)
279 static int thunder_pem_config_write(struct pci_bus *bus, unsigned int devfn,
292 return thunder_pem_bridge_write(bus, devfn, where, size, val);
295 return pci_generic_config_write(bus, devfn, where, size, val);