Searched refs:tdevice (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dcpqphp_pci.c209 u16 tdevice; local
215 for (tdevice = 0; tdevice < 0xFF; tdevice++) {
217 if (PCI_RefinedAccessConfig(ctrl->pci_bus, tdevice, 0x08, &work) == -1)
219 dbg("Looking for nonbridge bus_num %d dev_num %d\n", bus_num, tdevice);
222 *dev_num = tdevice;
227 for (tdevice = 0; tdevice < 0xFF; tdevice
252 u8 tbus, tdevice, tslot; local
[all...]
H A Dcpqphp_core.c195 u8 tbus, tdevice, tslot; local
215 tdevice = routing_table->slots[loop].devfn;
217 dbg("%d %d %d %d\n", tbus, tdevice >> 3, tdevice & 0x7, tslot);
513 u8 tbus, tdevice, tslot, bridgeSlot; local
533 tdevice = PCIIRQRoutingInfoLength->slots[loop].devfn >> 3;
536 if ((tbus == bus_num) && (tdevice == dev_num)) {
550 pci_bus_read_config_dword(bus, PCI_DEVFN(tdevice, 0),
555 PCI_DEVFN(tdevice, 0),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dtraceroute.c489 char buf[256], tdevice[256], device[256]; local
502 tdevice, &dest, &tmask);
509 strcpy(device, tdevice);

Completed in 91 milliseconds