Searched refs:tdevice (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/drivers/pci/hotplug/ |
H A D | cpqphp_pci.c | 208 u16 tdevice; PCI_ScanBusForNonBridge() local 214 for (tdevice = 0; tdevice < 0xFF; tdevice++) { PCI_ScanBusForNonBridge() 216 if (PCI_RefinedAccessConfig(ctrl->pci_bus, tdevice, 0x08, &work) == -1) PCI_ScanBusForNonBridge() 218 dbg("Looking for nonbridge bus_num %d dev_num %d\n", bus_num, tdevice); PCI_ScanBusForNonBridge() 221 *dev_num = tdevice; PCI_ScanBusForNonBridge() 226 for (tdevice = 0; tdevice < 0xFF; tdevice++) { PCI_ScanBusForNonBridge() 228 if (PCI_RefinedAccessConfig(ctrl->pci_bus, tdevice, 0x08, &work) == -1) PCI_ScanBusForNonBridge() 230 dbg("Looking for bridge bus_num %d dev_num %d\n", bus_num, tdevice); PCI_ScanBusForNonBridge() 233 pci_bus_read_config_byte (ctrl->pci_bus, PCI_DEVFN(tdevice, 0), PCI_SECONDARY_BUS, &tbus); PCI_ScanBusForNonBridge() 235 dbg("Recurse on bus_num %d tdevice %d\n", tbus, tdevice); PCI_ScanBusForNonBridge() 248 u8 tbus, tdevice, tslot; PCI_GetBusDevHelper() local 253 tdevice = cpqhp_routing_table->slots[loop].devfn; PCI_GetBusDevHelper() 258 *dev_num = tdevice; PCI_GetBusDevHelper()
|
H A D | cpqphp_core.c | 180 u8 tbus, tdevice, tslot; pci_print_IRQ_route() local 187 tdevice = cpqhp_routing_table->slots[loop].devfn; pci_print_IRQ_route() 189 dbg("%d %d %d %d\n", tbus, tdevice >> 3, tdevice & 0x7, tslot); pci_print_IRQ_route() 340 u8 tbus, tdevice, tslot, bridgeSlot; get_slot_mapping() local 349 tdevice = cpqhp_routing_table->slots[loop].devfn >> 3; get_slot_mapping() 352 if ((tbus == bus_num) && (tdevice == dev_num)) { get_slot_mapping() 366 pci_bus_read_config_dword(bus, PCI_DEVFN(tdevice, 0), get_slot_mapping() 371 PCI_DEVFN(tdevice, 0), get_slot_mapping()
|
/linux-4.4.14/drivers/firmware/ |
H A D | edd.c | 196 p += scnprintf(p, left, "\tdevice: %u lun: %u\n", edd_show_interface() 200 p += scnprintf(p, left, "\tdevice: %u\n", edd_show_interface() 223 p += scnprintf(p, left, "\tdevice: %u\n", edd_show_interface()
|
/linux-4.4.14/fs/btrfs/ |
H A D | print-tree.c | 299 printk(KERN_INFO "\t\tdevice stats\n"); btrfs_print_leaf()
|
/linux-4.4.14/drivers/block/drbd/ |
H A D | drbd_debugfs.c | 314 seq_puts(m, "n\tdevice\tvnr\t" RQ_HDR); seq_print_resource_transfer_log_summary()
|
Completed in 239 milliseconds