Home
last modified time | relevance | path

Searched refs:tslot (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/pci/hotplug/
Dcpqphp_core.c164 u8 tbus, tdevice, tslot; in pci_print_IRQ_route() local
172 tslot = cpqhp_routing_table->slots[loop].slot; 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
323 tslot = cpqhp_routing_table->slots[loop].slot; in get_slot_mapping()
326 *slot = tslot; in get_slot_mapping()
348 bridgeSlot = tslot; in get_slot_mapping()
Dcpqphp_pci.c243 u8 tbus, tdevice, tslot; in PCI_GetBusDevHelper() local
249 tslot = cpqhp_routing_table->slots[loop].slot; in PCI_GetBusDevHelper()
251 if (tslot == slot) { in PCI_GetBusDevHelper()
/linux-6.1.9/drivers/ata/
Dpata_mpc52xx.c352 int tslot; in mpc52xx_ata_hw_init() local
371 tslot = CALC_CLKCYC(priv->ipb_period, 1000000); in mpc52xx_ata_hw_init()
372 out_be32(&regs->share_cnt, tslot << 16); in mpc52xx_ata_hw_init()
/linux-6.1.9/arch/ia64/kernel/
Dmca.c859 u64 fslot, tslot, nat; in copy_reg() local
862 tslot = ((unsigned long)tr >> 3) & 63; in copy_reg()
863 *tnat &= ~(1UL << tslot); in copy_reg()
865 *tnat |= (nat << tslot); in copy_reg()
/linux-6.1.9/fs/btrfs/
Dctree.c2413 int tslot = path->slots[i]; in fixup_low_keys() local
2418 ret = btrfs_tree_mod_log_insert_key(t, tslot, in fixup_low_keys()
2421 btrfs_set_node_key(t, key, tslot); in fixup_low_keys()
2423 if (tslot != 0) in fixup_low_keys()