Lines Matching defs:devfn
228 static int rt3883_pci_config_read(struct pci_bus *bus, unsigned int devfn,
241 address = rt3883_pci_get_cfgaddr(bus->number, PCI_SLOT(devfn),
242 PCI_FUNC(devfn), where);
262 static int rt3883_pci_config_write(struct pci_bus *bus, unsigned int devfn,
275 address = rt3883_pci_get_cfgaddr(bus->number, PCI_SLOT(devfn),
276 PCI_FUNC(devfn), where);
461 int devfn;
466 devfn = of_pci_get_devfn(child);
467 if (devfn < 0)
470 switch (PCI_SLOT(devfn)) {