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

/drivers/pci/hotplug/
H A Dcpqphp_pci.c208 u16 tdevice; local
214 for (tdevice = 0; tdevice < 0xFF; tdevice++) {
216 if (PCI_RefinedAccessConfig(ctrl->pci_bus, tdevice, 0x08, &work) == -1)
218 dbg("Looking for nonbridge bus_num %d dev_num %d\n", bus_num, tdevice);
221 *dev_num = tdevice;
226 for (tdevice = 0; tdevice < 0xFF; tdevice
248 u8 tbus, tdevice, tslot; local
[all...]
H A Dcpqphp_core.c180 u8 tbus, tdevice, tslot; local
187 tdevice = cpqhp_routing_table->slots[loop].devfn;
189 dbg("%d %d %d %d\n", tbus, tdevice >> 3, tdevice & 0x7, tslot);
340 u8 tbus, tdevice, tslot, bridgeSlot; local
349 tdevice = cpqhp_routing_table->slots[loop].devfn >> 3;
352 if ((tbus == bus_num) && (tdevice == dev_num)) {
366 pci_bus_read_config_dword(bus, PCI_DEVFN(tdevice, 0),
371 PCI_DEVFN(tdevice, 0),

Completed in 72 milliseconds