Searched refs:tbus (Results 1 – 4 of 4) sorted by relevance
/drivers/tc/ |
D | tc.c | 33 static void __init tc_bus_add_devices(struct tc_bus *tbus) in tc_bus_add_devices() argument 35 resource_size_t slotsize = tbus->info.slot_size << 20; in tc_bus_add_devices() 36 resource_size_t extslotsize = tbus->ext_slot_size; in tc_bus_add_devices() 46 for (slot = 0; slot < tbus->num_tcslots; slot++) { in tc_bus_add_devices() 47 slotaddr = tbus->slot_base + slot * slotsize; in tc_bus_add_devices() 48 extslotaddr = tbus->ext_slot_base + slot * extslotsize; in tc_bus_add_devices() 91 tdev->bus = tbus; in tc_bus_add_devices() 92 tdev->dev.parent = &tbus->dev; in tc_bus_add_devices() 133 list_add_tail(&tdev->node, &tbus->devices); in tc_bus_add_devices()
|
/drivers/pci/hotplug/ |
D | cpqphp_pci.c | 204 u8 tbus; in PCI_ScanBusForNonBridge() local 227 pci_bus_read_config_byte (ctrl->pci_bus, PCI_DEVFN(tdevice, 0), PCI_SECONDARY_BUS, &tbus); in PCI_ScanBusForNonBridge() 229 dbg("Recurse on bus_num %d tdevice %d\n", tbus, tdevice); in PCI_ScanBusForNonBridge() 242 u8 tbus, tdevice, tslot; in PCI_GetBusDevHelper() local 246 tbus = cpqhp_routing_table->slots[loop].bus; in PCI_GetBusDevHelper() 251 *bus_num = tbus; in PCI_GetBusDevHelper() 253 ctrl->pci_bus->number = tbus; in PCI_GetBusDevHelper() 263 pci_bus_read_config_byte (ctrl->pci_bus, *dev_num, PCI_SECONDARY_BUS, &tbus); in PCI_GetBusDevHelper() 264 dbg("Scan bus for Non Bridge: bus %d\n", tbus); in PCI_GetBusDevHelper() 265 if (PCI_ScanBusForNonBridge(ctrl, tbus, dev_num) == 0) { in PCI_GetBusDevHelper() [all …]
|
D | cpqphp_core.c | 180 u8 tbus, tdevice, tslot; in pci_print_IRQ_route() local 186 tbus = cpqhp_routing_table->slots[loop].bus; in pci_print_IRQ_route() 189 dbg("%d %d %d %d\n", tbus, tdevice >> 3, tdevice & 0x7, tslot); in pci_print_IRQ_route() 340 u8 tbus, tdevice, tslot, bridgeSlot; in get_slot_mapping() local 348 tbus = cpqhp_routing_table->slots[loop].bus; in get_slot_mapping() 352 if ((tbus == bus_num) && (tdevice == dev_num)) { in get_slot_mapping() 365 bus->number = tbus; in get_slot_mapping()
|
/drivers/video/ |
D | pmagb-b-fb.c | 189 struct tc_bus *tbus = to_tc_dev(info->device)->bus; in pmagbbfb_osc_setup() local 191 u32 freq0, freq1, freqtc = tc_get_speed(tbus) / 250; in pmagbbfb_osc_setup()
|