Lines Matching defs:devfn
20 struct pci_bus *bus, unsigned int devfn, int where, u32 *data)
25 dev = PCI_SLOT(devfn);
26 func = PCI_FUNC(devfn);
44 * space to devfn 0 in order to enable self-enumeration. In this
89 static int sh7786_pcie_read(struct pci_bus *bus, unsigned int devfn,
103 devfn, where, &data);
116 dev_dbg(&bus->dev, "pcie-config-read: bus=%3d devfn=0x%04x "
118 devfn, where, size, (unsigned long)*val);
125 static int sh7786_pcie_write(struct pci_bus *bus, unsigned int devfn,
139 devfn, where, &data);
143 dev_dbg(&bus->dev, "pcie-config-write: bus=%3d devfn=0x%04x "
145 devfn, where, size, (unsigned long)val);
159 devfn, where, &data);