Searched refs:tslot (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/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 | 242 u8 tbus, tdevice, tslot; in PCI_GetBusDevHelper() local 248 tslot = cpqhp_routing_table->slots[loop].slot; in PCI_GetBusDevHelper() 250 if (tslot == slot) { in PCI_GetBusDevHelper()
|
/linux-2.6.39/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-2.6.39/drivers/gpu/drm/ |
D | drm_irq.c | 812 u32 cur_vblank, diff, tslot, rc; in drm_update_vblank_count() local 849 tslot = atomic_read(&dev->_vblank_count[crtc]) + diff; in drm_update_vblank_count() 850 vblanktimestamp(dev, crtc, tslot) = t_vblank; in drm_update_vblank_count()
|
/linux-2.6.39/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()
|
/linux-2.6.39/drivers/net/wan/ |
D | pc300_drv.c | 766 int tslot; in falc_init_timeslot() local 768 for (tslot = 0; tslot < pfalc->num_channels; tslot++) { in falc_init_timeslot() 769 if (conf->tslot_bitmap & (1 << tslot)) { in falc_init_timeslot() 771 falc_open_timeslot(card, ch, tslot + 1); in falc_init_timeslot() 774 falc_close_timeslot(card, ch, tslot + 1); in falc_init_timeslot()
|
/linux-2.6.39/fs/btrfs/ |
D | ctree.c | 1779 int tslot = path->slots[i]; in fixup_low_keys() local 1783 btrfs_set_node_key(t, key, tslot); in fixup_low_keys() 1785 if (tslot != 0) in fixup_low_keys()
|