Lines Matching defs:devfn
80 static inline u32 ar71xx_pci_bus_addr(struct pci_bus *bus, unsigned int devfn,
87 ret = (1 << PCI_SLOT(devfn)) | (PCI_FUNC(devfn) << 8) |
91 ret = (bus->number << 16) | (PCI_SLOT(devfn) << 11) |
92 (PCI_FUNC(devfn) << 8) | (where & ~3) | 1;
160 unsigned int devfn,
167 addr = ar71xx_pci_bus_addr(bus, devfn, where);
176 static int ar71xx_pci_read_config(struct pci_bus *bus, unsigned int devfn,
188 err = ar71xx_pci_set_cfgaddr(bus, devfn, where, size,
200 static int ar71xx_pci_write_config(struct pci_bus *bus, unsigned int devfn,
211 err = ar71xx_pci_set_cfgaddr(bus, devfn, where, size,