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

/linux-master/drivers/pci/hotplug/
H A Dcpqphp_pci.c203 u16 tdevice; local
209 for (tdevice = 0; tdevice < 0xFF; tdevice++) {
211 if (PCI_RefinedAccessConfig(ctrl->pci_bus, tdevice, 0x08, &work) == -1)
213 dbg("Looking for nonbridge bus_num %d dev_num %d\n", bus_num, tdevice);
216 *dev_num = tdevice;
221 for (tdevice = 0; tdevice < 0xFF; tdevice
243 u8 tbus, tdevice, tslot; local
[all...]
H A Dcpqphp_core.c164 u8 tbus, tdevice, tslot; local
171 tdevice = cpqhp_routing_table->slots[loop].devfn;
173 dbg("%d %d %d %d\n", tbus, tdevice >> 3, tdevice & 0x7, tslot);
313 u8 tbus, tdevice, tslot, bridgeSlot; local
322 tdevice = cpqhp_routing_table->slots[loop].devfn >> 3;
325 if ((tbus == bus_num) && (tdevice == dev_num)) {
339 pci_bus_read_config_dword(bus, PCI_DEVFN(tdevice, 0),
344 PCI_DEVFN(tdevice, 0),

Completed in 86 milliseconds