Searched refs:tdevice (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/pci/hotplug/ |
H A D | cpqphp_core.c | 164 u8 tbus, tdevice, tslot; in pci_print_IRQ_route() local 171 tdevice = cpqhp_routing_table->slots[loop].devfn; in pci_print_IRQ_route() 173 dbg("%d %d %d %d\n", tbus, tdevice >> 3, tdevice & 0x7, tslot); in pci_print_IRQ_route() 313 u8 tbus, tdevice, tslot, bridgeSlot; in get_slot_mapping() local 322 tdevice = cpqhp_routing_table->slots[loop].devfn >> 3; in get_slot_mapping() 325 if ((tbus == bus_num) && (tdevice == dev_num)) { in get_slot_mapping() 339 pci_bus_read_config_dword(bus, PCI_DEVFN(tdevice, 0), in get_slot_mapping() 344 PCI_DEVFN(tdevice, 0), in get_slot_mapping()
|