Home
last modified time | relevance | path

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

/linux-2.6.39/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.c242 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/
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-2.6.39/drivers/gpu/drm/
Ddrm_irq.c812 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/
Dmca.c858 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/
Dpc300_drv.c766 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/
Dctree.c1779 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()