Searched refs:PCI_FUNC (Results 26 - 50 of 118) sorted by relevance

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/pci/
H A Dcy82c693.c395 if (PCI_FUNC(dev->devfn) != 1)
473 if (PCI_FUNC(hwif->pci_dev->devfn) == 1)
499 PCI_FUNC(dev->devfn) == 1) {
H A Dserverworks.c111 (!(PCI_FUNC(dev->devfn) & 1)))
336 if (!(PCI_FUNC(dev->devfn) & 1)) {
388 if (!(PCI_FUNC(dev->devfn) & 1))
518 if (!(PCI_FUNC(dev->devfn) & 1)) {
526 (!(PCI_FUNC(dev->devfn) & 1))) ? 1 : 2;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/drivers/pci/
H A Dpci-auto.c434 if (PCI_FUNC(pci_devfn) && !found_multi)
445 if (!PCI_FUNC(pci_devfn))
455 current_bus, PCI_SLOT(pci_devfn), PCI_FUNC(pci_devfn),
477 DBG("PCI Autoconfig: Found CardBus bridge, device %d function %d\n", PCI_SLOT(pci_devfn), PCI_FUNC(pci_devfn));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-iop33x/
H A Diq80331.c81 PCI_SLOT(dev->devfn), PCI_FUNC(dev->devfn));
H A Diq80332.c81 PCI_SLOT(dev->devfn), PCI_FUNC(dev->devfn));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/pci/
H A Dops-bonito64.c82 pci_addr |= PCI_FUNC(devfn) << PCI_CFG_TYPE0_FUNC_SHF;
H A Dops-nile4.c55 ((1 << (PCI_SLOT(devfn) + 15)) | (PCI_FUNC(devfn) << 8)
H A Dops-ddb5477.c148 func_num = PCI_FUNC(devfn);
207 func_num = PCI_FUNC(devfn);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pcmcia/
H A Do2micro.h139 if (PCI_FUNC(socket->dev->devfn) == 0) {
H A Dti113x.h232 if(PCI_FUNC(socket->dev->devfn)==1)
750 if ((PCI_FUNC(socket->dev->devfn) == 0) ||
809 if (disable_clkrun && PCI_FUNC(socket->dev->devfn) == 0) {
831 if (PCI_FUNC(socket->dev->devfn) == 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dsys_miata.c179 if((slot == 7) && (PCI_FUNC(dev->devfn) == 3)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/busses/
H A Di2c-prosavage.c267 dev->bus->number, PCI_SLOT(dev->devfn), PCI_FUNC(dev->devfn));
278 dev->bus->number, PCI_SLOT(dev->devfn), PCI_FUNC(dev->devfn));
H A Di2c-amd756.c344 if (PCI_FUNC(pdev->devfn) != 1)
350 if (PCI_FUNC(pdev->devfn) != 3)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/simple/
H A Dmisc-spruce.c198 if (PCI_FUNC(pci_devfn) && !found_multi)
204 if (!PCI_FUNC(pci_devfn))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-iop32x/
H A Diq31244.c127 PCI_SLOT(dev->devfn), PCI_FUNC(dev->devfn));
163 PCI_SLOT(dev->devfn), PCI_FUNC(dev->devfn));
H A Diq80321.c98 PCI_SLOT(dev->devfn), PCI_FUNC(dev->devfn));
H A Dn2100.c108 PCI_SLOT(dev->devfn), PCI_FUNC(dev->devfn));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/pci/
H A Ddirect.c103 fn = PCI_FUNC(devfn);
142 fn = PCI_FUNC(devfn);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dpata_cypress.c178 if (PCI_FUNC(pdev->devfn) != 1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Ddrivers.c308 path->mod = PCI_FUNC(devfn);
316 path->bc[i--] = PCI_SLOT(devfn) | (PCI_FUNC(devfn)<< 5);
627 (modpath->mod == PCI_FUNC(devfn)));
630 id = PCI_SLOT(pdev->devfn) | (PCI_FUNC(pdev->devfn) << 5);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/pcie/aer/
H A Daerdrv_errprint.c232 PCI_FUNC(dev->devfn));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/platforms/4xx/
H A Dbamboo.c296 PCI_FUNC(hose->first_busno), bar,
299 PCI_FUNC(hose->first_busno), bar,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Ddrm_ioctl.c133 (func != PCI_FUNC(dev->pdev->devfn)))
154 PCI_FUNC(dev->pdev->devfn));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/maple/
H A Dpci.c88 ((unsigned long)PCI_FUNC(devfn) << 8) |
294 (PCI_FUNC(devfn) << 8) |
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dpci_common.c155 unsigned int func = PCI_FUNC(devfn);
191 unsigned int func = PCI_FUNC(devfn);

Completed in 240 milliseconds

12345