Lines Matching defs:devfn
224 static int rt3883_pci_config_read(struct pci_bus *bus, unsigned int devfn,
236 address = rt3883_pci_get_cfgaddr(bus->number, PCI_SLOT(devfn),
237 PCI_FUNC(devfn), where);
257 static int rt3883_pci_config_write(struct pci_bus *bus, unsigned int devfn,
269 address = rt3883_pci_get_cfgaddr(bus->number, PCI_SLOT(devfn),
270 PCI_FUNC(devfn), where);
451 int devfn;
456 devfn = of_pci_get_devfn(child);
457 if (devfn < 0)
460 switch (PCI_SLOT(devfn)) {