Searched refs:PCI_DEVFN (Results 51 - 70 of 70) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/syslib/
H A Dm82xx_pci.c334 PCI_DEVFN(0,0),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/
H A Dpci_bind.c188 if (dev->devfn == PCI_DEVFN(data->id.device,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/pci/
H A Dcommon.c68 int mirror = PCI_DEVFN(16,0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_osm_pci.c159 unsigned int master_devfn = PCI_DEVFN(PCI_SLOT(pdev->devfn), 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dibmphp_core.c827 PCI_DEVFN(func->device, func->function));
835 PCI_DEVFN(func->device, func->function));
840 PCI_DEVFN(func->device, func->function));
H A Dcpqphp_ctrl.c1516 rc = pci_bus_read_config_dword (ctrl->pci_bus, PCI_DEVFN(func->device, func->function), PCI_VENDOR_ID, &temp_register);
2114 devfn = PCI_DEVFN(func->device, func->function);
2297 rc = pci_bus_read_config_byte (ctrl->pci_bus, PCI_DEVFN(func->device, func->function), 0x0E, &temp_byte);
2335 pci_bus_read_config_dword (ctrl->pci_bus, PCI_DEVFN(func->device, function), 0x00, &ID);
2413 devfn = PCI_DEVFN(func->device, func->function);
2594 pci_bus_read_config_dword (pci_bus, PCI_DEVFN(device, 0), 0x00, &ID);
H A Dcpqphp_core.c550 pci_bus_read_config_dword(bus, PCI_DEVFN(tdevice, 0),
555 PCI_DEVFN(tdevice, 0),
H A Dibmphp_res.c1950 devfn = PCI_DEVFN(device, function);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/message/i2o/
H A Dpci.c374 PCI_DEVFN(PCI_SLOT(c->pdev->devfn), 0));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dcore_marvel.c520 if (devfn >= PCI_DEVFN(21, 0))
1085 addr = (vuip)build_conf_addr(h, 0, PCI_DEVFN(5, 0), 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dioc3-eth.c1106 && (dev = pci_find_slot(pdev->bus->number, PCI_DEVFN(0, 0)))
1109 && (dev = pci_find_slot(pdev->bus->number, PCI_DEVFN(1, 0)))
1112 && (dev = pci_find_slot(pdev->bus->number, PCI_DEVFN(2, 0)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/firmware/
H A Dedd.c673 PCI_DEVFN(info->params.interface_path.pci.slot,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/pci/
H A Dalim15x3.c481 struct pci_dev *north = pci_get_slot(dev->bus, PCI_DEVFN(0,0));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/iseries/
H A Ddt.c475 devfn = PCI_DEVFN(ISERIES_ENCODE_DEVICE(eads_id_sel),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/agp/
H A Dsworks-agp.c479 PCI_DEVFN(0, 1));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dpata_ali.c464 north = pci_get_bus_and_slot(0, PCI_DEVFN(0,0));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/edac/
H A De752x_edac.c895 PCI_DEVFN(0, 1));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dpci.h31 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07)) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/intelfb/
H A Dintelfbhw.c164 if (!(bridge_dev = pci_get_bus_and_slot(0, PCI_DEVFN(0, 0)))) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/message/fusion/
H A Dmptbase.c1944 peer = pci_get_slot(pdev->bus, PCI_DEVFN(slot,func-1));
1946 peer = pci_get_slot(pdev->bus, PCI_DEVFN(slot,func+1));

Completed in 243 milliseconds

123