Searched refs:tslot (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/pci/hotplug/
H A Dcpqphp_core.c164 u8 tbus, tdevice, tslot; local
172 tslot = cpqhp_routing_table->slots[loop].slot;
173 dbg("%d %d %d %d\n", tbus, tdevice >> 3, tdevice & 0x7, tslot);
313 u8 tbus, tdevice, tslot, bridgeSlot; local
323 tslot = cpqhp_routing_table->slots[loop].slot;
326 *slot = tslot;
348 bridgeSlot = tslot;
H A Dcpqphp_pci.c243 u8 tbus, tdevice, tslot; local
249 tslot = cpqhp_routing_table->slots[loop].slot;
251 if (tslot == slot) {
/linux-master/drivers/ata/
H A Dpata_mpc52xx.c353 int tslot; local
372 tslot = CALC_CLKCYC(priv->ipb_period, 1000000);
373 out_be32(&regs->share_cnt, tslot << 16);
/linux-master/fs/btrfs/
H A Dctree.c2563 int tslot = path->slots[i]; local
2568 ret = btrfs_tree_mod_log_insert_key(t, tslot,
2571 btrfs_set_node_key(t, key, tslot);
2573 if (tslot != 0)

Completed in 136 milliseconds