Searched refs:tslot (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/hotplug/ |
D | cpqphp_core.c | 164 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() 312 u8 tbus, tdevice, tslot, bridgeSlot; in get_slot_mapping() local 322 tslot = cpqhp_routing_table->slots[loop].slot; in get_slot_mapping() 325 *slot = tslot; in get_slot_mapping() 347 bridgeSlot = tslot; in get_slot_mapping()
|
D | cpqphp_pci.c | 241 u8 tbus, tdevice, tslot; in PCI_GetBusDevHelper() local 247 tslot = cpqhp_routing_table->slots[loop].slot; in PCI_GetBusDevHelper() 249 if (tslot == slot) { in PCI_GetBusDevHelper()
|
/kernel/linux/linux-5.10/drivers/ata/ |
D | pata_mpc52xx.c | 351 int tslot; in mpc52xx_ata_hw_init() local 370 tslot = CALC_CLKCYC(priv->ipb_period, 1000000); in mpc52xx_ata_hw_init() 371 out_be32(®s->share_cnt, tslot << 16); in mpc52xx_ata_hw_init()
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
D | mca.c | 858 u64 fslot, tslot, nat; in copy_reg() local 861 tslot = ((unsigned long)tr >> 3) & 63; in copy_reg() 862 *tnat &= ~(1UL << tslot); in copy_reg() 864 *tnat |= (nat << tslot); in copy_reg()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
D | ctree.c | 3153 int tslot = path->slots[i]; in fixup_low_keys() local 3158 ret = tree_mod_log_insert_key(t, tslot, MOD_LOG_KEY_REPLACE, in fixup_low_keys() 3161 btrfs_set_node_key(t, key, tslot); in fixup_low_keys() 3163 if (tslot != 0) in fixup_low_keys()
|
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/ |
D | linux-5.10.patch | 44208 + BUFPRINT("\tslot cnt:%d\n", smgt->slot_cnt);
|