Lines Matching refs:tbus
205 u8 tbus; in PCI_ScanBusForNonBridge() local
228 pci_bus_read_config_byte(ctrl->pci_bus, PCI_DEVFN(tdevice, 0), PCI_SECONDARY_BUS, &tbus); in PCI_ScanBusForNonBridge()
230 dbg("Recurse on bus_num %d tdevice %d\n", tbus, tdevice); in PCI_ScanBusForNonBridge()
243 u8 tbus, tdevice, tslot; in PCI_GetBusDevHelper() local
247 tbus = cpqhp_routing_table->slots[loop].bus; in PCI_GetBusDevHelper()
252 *bus_num = tbus; in PCI_GetBusDevHelper()
254 ctrl->pci_bus->number = tbus; in PCI_GetBusDevHelper()
264 pci_bus_read_config_byte(ctrl->pci_bus, *dev_num, PCI_SECONDARY_BUS, &tbus); in PCI_GetBusDevHelper()
265 dbg("Scan bus for Non Bridge: bus %d\n", tbus); in PCI_GetBusDevHelper()
266 if (PCI_ScanBusForNonBridge(ctrl, tbus, dev_num) == 0) { in PCI_GetBusDevHelper()
267 *bus_num = tbus; in PCI_GetBusDevHelper()