Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/pci/hotplug/
Dcpqphp_core.c180 u8 tbus, tdevice, tslot; in pci_print_IRQ_route() local
188 tslot = cpqhp_routing_table->slots[loop].slot; 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
350 tslot = cpqhp_routing_table->slots[loop].slot; in get_slot_mapping()
353 *slot = tslot; in get_slot_mapping()
375 bridgeSlot = tslot; in get_slot_mapping()
Dcpqphp_pci.c248 u8 tbus, tdevice, tslot; in PCI_GetBusDevHelper() local
254 tslot = cpqhp_routing_table->slots[loop].slot; in PCI_GetBusDevHelper()
256 if (tslot == slot) { in PCI_GetBusDevHelper()
/linux-4.1.27/drivers/ata/
Dpata_mpc52xx.c351 int tslot; in mpc52xx_ata_hw_init() local
370 tslot = CALC_CLKCYC(priv->ipb_period, 1000000); in mpc52xx_ata_hw_init()
371 out_be32(&regs->share_cnt, tslot << 16); in mpc52xx_ata_hw_init()
/linux-4.1.27/arch/ia64/kernel/
Dmca.c857 u64 fslot, tslot, nat; in copy_reg() local
860 tslot = ((unsigned long)tr >> 3) & 63; in copy_reg()
861 *tnat &= ~(1UL << tslot); in copy_reg()
863 *tnat |= (nat << tslot); in copy_reg()
/linux-4.1.27/drivers/gpu/drm/
Ddrm_irq.c96 u32 cur_vblank, diff, tslot; in drm_update_vblank_count() local
137 tslot = atomic_read(&vblank->count) + diff; in drm_update_vblank_count()
138 vblanktimestamp(dev, crtc, tslot) = rc ? t_vblank : (struct timeval) {0, 0}; in drm_update_vblank_count()
/linux-4.1.27/fs/btrfs/
Dctree.c3136 int tslot = path->slots[i]; in fixup_low_keys() local
3140 tree_mod_log_set_node_key(fs_info, t, tslot, 1); in fixup_low_keys()
3141 btrfs_set_node_key(t, key, tslot); in fixup_low_keys()
3143 if (tslot != 0) in fixup_low_keys()