Searched refs:tslot (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/pci/hotplug/ |
D | cpqphp_core.c | 180 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()
|
D | cpqphp_pci.c | 248 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.4.14/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()
|
/linux-4.4.14/arch/ia64/kernel/ |
D | mca.c | 857 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.4.14/drivers/gpu/drm/ |
D | drm_irq.c | 82 u32 tslot; in store_vblank() local 91 tslot = vblank->count + vblank_count_inc; in store_vblank() 92 vblanktimestamp(dev, pipe, tslot) = *t_vblank; in store_vblank()
|
/linux-4.4.14/fs/btrfs/ |
D | ctree.c | 3142 int tslot = path->slots[i]; in fixup_low_keys() local 3146 tree_mod_log_set_node_key(fs_info, t, tslot, 1); in fixup_low_keys() 3147 btrfs_set_node_key(t, key, tslot); in fixup_low_keys() 3149 if (tslot != 0) in fixup_low_keys()
|