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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dcpqphp_core.c180 u8 tbus, tdevice, tslot; local
188 tslot = cpqhp_routing_table->slots[loop].slot;
189 dbg("%d %d %d %d\n", tbus, tdevice >> 3, tdevice & 0x7, tslot);
340 u8 tbus, tdevice, tslot, bridgeSlot; local
350 tslot = cpqhp_routing_table->slots[loop].slot;
353 *slot = tslot;
375 bridgeSlot = tslot;
H A Dcpqphp_pci.c241 u8 tbus, tdevice, tslot; local
247 tslot = cpqhp_routing_table->slots[loop].slot;
249 if (tslot == slot) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dmca.c847 u64 fslot, tslot, nat; local
850 tslot = ((unsigned long)tr >> 3) & 63;
851 *tnat &= ~(1UL << tslot);
853 *tnat |= (nat << tslot);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dpata_mpc52xx.c351 int tslot; local
370 tslot = CALC_CLKCYC(priv->ipb_period, 1000000);
371 out_be32(&regs->share_cnt, tslot << 16);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dpc300_drv.c557 int tslot; local
559 for (tslot = 0; tslot < pfalc->num_channels; tslot++) {
560 if (conf->tslot_bitmap & (1 << tslot)) {
562 falc_open_timeslot(card, ch, tslot + 1);
565 falc_close_timeslot(card, ch, tslot + 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dctree.c1892 int tslot = path->slots[i]; local
1896 btrfs_set_node_key(t, key, tslot);
1898 if (tslot != 0)

Completed in 44 milliseconds