Lines Matching defs:devfn
133 parentdev->devfn = device << 3 | function;
184 pdev->devfn = PCI_DEVFN(pa->pa_device, pa->pa_function);
258 pci_bus_read_config_dword(struct pci_bus *bus, unsigned devfn, int reg,
261 pcitag_t tag = pci_make_tag(bus->pb_pc, bus->number, PCI_SLOT(devfn),
262 PCI_FUNC(devfn));
270 pci_bus_read_config_word(struct pci_bus *bus, unsigned devfn, int reg,
273 pcitag_t tag = pci_make_tag(bus->pb_pc, bus->number, PCI_SLOT(devfn),
274 PCI_FUNC(devfn));
282 pci_bus_read_config_byte(struct pci_bus *bus, unsigned devfn, int reg,
285 pcitag_t tag = pci_make_tag(bus->pb_pc, bus->number, PCI_SLOT(devfn),
286 PCI_FUNC(devfn));
293 pci_bus_write_config_dword(struct pci_bus *bus, unsigned devfn, int reg,
296 pcitag_t tag = pci_make_tag(bus->pb_pc, bus->number, PCI_SLOT(devfn),
297 PCI_FUNC(devfn));
339 pci_bus_write_config_word(struct pci_bus *bus, unsigned devfn, int reg,
342 pcitag_t tag = pci_make_tag(bus->pb_pc, bus->number, PCI_SLOT(devfn),
343 PCI_FUNC(devfn));
351 pci_bus_write_config_byte(struct pci_bus *bus, unsigned devfn, int reg,
354 pcitag_t tag = pci_make_tag(bus->pb_pc, bus->number, PCI_SLOT(devfn),
355 PCI_FUNC(devfn));