Lines Matching full:tbus
203 u8 tbus; in PCI_ScanBusForNonBridge() local
226 pci_bus_read_config_byte(ctrl->pci_bus, PCI_DEVFN(tdevice, 0), PCI_SECONDARY_BUS, &tbus); in PCI_ScanBusForNonBridge()
228 dbg("Recurse on bus_num %d tdevice %d\n", tbus, tdevice); in PCI_ScanBusForNonBridge()
241 u8 tbus, tdevice, tslot; in PCI_GetBusDevHelper() local
245 tbus = cpqhp_routing_table->slots[loop].bus; in PCI_GetBusDevHelper()
250 *bus_num = tbus; in PCI_GetBusDevHelper()
252 ctrl->pci_bus->number = tbus; in PCI_GetBusDevHelper()
262 pci_bus_read_config_byte(ctrl->pci_bus, *dev_num, PCI_SECONDARY_BUS, &tbus); in PCI_GetBusDevHelper()
263 dbg("Scan bus for Non Bridge: bus %d\n", tbus); in PCI_GetBusDevHelper()
264 if (PCI_ScanBusForNonBridge(ctrl, tbus, dev_num) == 0) { in PCI_GetBusDevHelper()
265 *bus_num = tbus; in PCI_GetBusDevHelper()