Lines Matching refs:devfn
153 PCI_SLOT ( pci->devfn ), PCI_FUNC ( pci->devfn ), in adjust_pci_device()
162 PCI_SLOT ( pci->devfn ), PCI_FUNC ( pci->devfn ), in adjust_pci_device()
184 "irq %d)\n", pci->bus, PCI_SLOT ( pci->devfn ), in pci_probe()
185 PCI_FUNC ( pci->devfn ), pci->vendor, pci->device, in pci_probe()
220 PCI_SLOT ( pci->devfn ), PCI_FUNC ( pci->devfn ) ); in pci_remove()
235 unsigned int devfn; in pcibus_probe() local
242 for ( devfn = 0 ; devfn <= 0xff ; devfn++ ) { in pcibus_probe()
253 pci->devfn = devfn; in pcibus_probe()
258 if ( PCI_FUNC ( devfn ) == 0 ) { in pcibus_probe()
282 PCI_SLOT ( devfn ), PCI_FUNC ( devfn ) ); in pcibus_probe()
284 pci->dev.desc.location = PCI_BUSDEVFN (bus, devfn); in pcibus_probe()