Searched refs:PCI_FUNC (Results 1 - 25 of 118) sorted by relevance

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/pci/
H A Dfixup-mpc30x.c40 return internal_func_irqs[PCI_FUNC(dev->devfn)];
H A Dops-titan.c50 func = PCI_FUNC(devfn);
79 func = PCI_FUNC(devfn);
H A Dpci-ocelot.c54 (PCI_FUNC(device->devfn) << 8) |
67 (PCI_FUNC(device->devfn) << 8) |
H A Dops-emma2rh.c106 *(volatile u32 *)(base + (PCI_FUNC(devfn) << 8) +
151 *(volatile u32 *)(base + (PCI_FUNC(devfn) << 8) +
172 *(volatile u32 *)(base + (PCI_FUNC(devfn) << 8) +
H A Dfixup-tx4938.c80 PCI_FUNC(dev->devfn), irq);
H A Dops-tx4927.c108 func = PCI_FUNC(devfn);
157 func = PCI_FUNC(devfn);
H A Dops-tx4938.c95 func = PCI_FUNC(devfn);
143 func = PCI_FUNC(devfn);
H A Dops-bridge.c33 int fn = PCI_FUNC(devfn);
94 int fn = PCI_FUNC(devfn);
166 int fn = PCI_FUNC(devfn);
232 int fn = PCI_FUNC(devfn);
H A Dops-msc.c60 (PCI_FUNC(devfn) << MSC01_PCI_CFGADDR_FNUM_SHF) |
H A Dops-vr41xx.c45 writel((1U << PCI_SLOT(devfn)) | (PCI_FUNC(devfn) << 8) |
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-footbridge/
H A Debsa285-pci.c22 switch (PCI_FUNC(dev->devfn)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/platforms/4xx/
H A Dep405.c123 PCI_FUNC(hose->first_busno), bar,
126 PCI_FUNC(hose->first_busno), bar,
130 PCI_FUNC(hose->first_busno), bar, bar_response);
H A Dcpci405.c165 PCI_FUNC(hose->first_busno), bar,
168 PCI_FUNC(hose->first_busno), bar,
H A Dbubinga.c191 PCI_FUNC(hose->first_busno), bar,
194 PCI_FUNC(hose->first_busno), bar,
198 PCI_FUNC(hose->first_busno), bar, bar_response);
H A Dsycamore.c219 PCI_FUNC(hose->first_busno), bar,
222 PCI_FUNC(hose->first_busno), bar,
226 PCI_FUNC(hose->first_busno), bar, bar_response);
H A Dwalnut.c194 PCI_FUNC(hose->first_busno), bar,
197 PCI_FUNC(hose->first_busno), bar,
201 PCI_FUNC(hose->first_busno), bar, bar_response);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-ixp23xx/
H A Dpci.c68 | (PCI_FUNC(devfn) << 8) | where);
73 | (PCI_FUNC(devfn) << 8) | where);
100 bus->number, PCI_SLOT(devfn), PCI_FUNC(devfn));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/pmc-sierra/yosemite/
H A Dht.c64 func = PCI_FUNC(device->devfn);
91 func = PCI_FUNC(device->devfn);
137 func = PCI_FUNC(device->devfn);
177 func = PCI_FUNC(device->devfn);
203 func = PCI_FUNC(device->devfn);
235 func = PCI_FUNC(device->devfn);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/syslib/
H A Dpci_auto.c52 current_bus, PCI_SLOT(pci_devfn), PCI_FUNC(pci_devfn) );
399 if (PCI_FUNC(pci_devfn) && !found_multi)
410 if (!PCI_FUNC(pci_devfn))
450 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/mips/cobalt/
H A Dirq.c59 PCI_SLOT(devfn), PCI_FUNC(devfn));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Data_generic.c161 (!(PCI_FUNC(dev->devfn) & 1)))
166 (!(PCI_FUNC(dev->devfn) & 1)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-ixp2000/
H A Dpci.c57 | (PCI_FUNC(devfn) << 8) | where);
62 | (PCI_FUNC(devfn) << 8) | where);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-ixp4xx/
H A Dcommon-pci.c169 addr = BIT(32-PCI_SLOT(devfn)) | ((PCI_FUNC(devfn)) << 8) |
174 ((PCI_FUNC(devfn)) << 8) | (where & ~3) | 1;
243 bus_num, PCI_SLOT(devfn), PCI_FUNC(devfn));
266 size, bus_num, PCI_SLOT(devfn), PCI_FUNC(devfn));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/pci/
H A Dgeneric.c200 !(PCI_FUNC(dev->devfn) & 1))
205 !(PCI_FUNC(dev->devfn) & 1))
210 PCI_FUNC(dev->devfn) != 1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/lib/
H A Dpci-auto.c267 if (PCI_FUNC(pci_devfn) && !found_multi)
277 if (!PCI_FUNC(pci_devfn))
326 current_bus, PCI_SLOT(pci_devfn), PCI_FUNC(pci_devfn) );

Completed in 180 milliseconds

12345