Home
last modified time | relevance | path

Searched refs:tcount (Results 1 – 9 of 9) sorted by relevance

/linux-2.6.39/arch/m68k/include/asm/
Dm68360_pram.h96 unsigned short tcount; /* Tx byte count */ member
156 unsigned short tcount; /* Tx byte count */ member
208 unsigned short tcount; /* Tx byte count */ member
259 unsigned short tcount; /* Tx byte count */ member
277 unsigned short tcount; /* Tx byte count */ member
301 unsigned short tcount; /* Tx byte count */ member
330 unsigned short tcount; /* Tx byte count */ member
407 unsigned short tcount; /* Tx byte count */ member
/linux-2.6.39/arch/blackfin/kernel/
Dtime.c51 u32 tcount; in setup_core_timer() local
60 tcount = ((get_cclk() / (HZ * TIME_SCALE)) - 1); in setup_core_timer()
61 bfin_write_TPERIOD(tcount); in setup_core_timer()
62 bfin_write_TCOUNT(tcount); in setup_core_timer()
Dtime-ts.c272 unsigned long tcount = ((get_cclk() / (HZ * TIME_SCALE)) - 1); in bfin_coretmr_set_mode() local
276 bfin_write_TPERIOD(tcount); in bfin_coretmr_set_mode()
277 bfin_write_TCOUNT(tcount); in bfin_coretmr_set_mode()
/linux-2.6.39/include/linux/
Ddcache.h55 const unsigned char *ct, size_t tcount) in dentry_cmp() argument
58 if (scount != tcount) in dentry_cmp()
66 tcount--; in dentry_cmp()
67 } while (tcount); in dentry_cmp()
/linux-2.6.39/crypto/
Dtestmgr.c188 unsigned int tcount, bool use_digest) in test_hash() argument
215 for (i = 0; i < tcount; i++) { in test_hash()
283 for (i = 0; i < tcount; i++) { in test_hash()
362 struct aead_testvec *template, unsigned int tcount) in test_aead() argument
403 for (i = 0, j = 0; i < tcount; i++) { in test_aead()
508 for (i = 0, j = 0; i < tcount; i++) { in test_aead()
690 struct cipher_testvec *template, unsigned int tcount) in test_cipher() argument
709 for (i = 0; i < tcount; i++) { in test_cipher()
765 struct cipher_testvec *template, unsigned int tcount) in test_skcipher() argument
801 for (i = 0; i < tcount; i++) { in test_skcipher()
[all …]
Dtcrypt.c146 unsigned int tcount, u8 *keysize) in test_cipher_speed() argument
194 for (j = 0; j < tcount; j++) { in test_cipher_speed()
/linux-2.6.39/drivers/net/tulip/
Dde4x5.c847 int tcount; /* Last infoblock number */ member
2379 lp->tcount = 0; in autoconf_media()
2536 lp->tcount++; in de4x5_suspect_state()
2775 lp->tcount++; in dc21140m_autoconf()
2886 lp->tcount++; in dc21140m_autoconf()
2904 lp->tcount++; in dc21140m_autoconf()
2957 lp->tcount++; in dc2114x_autoconf()
3095 lp->tcount++; in dc2114x_autoconf()
3115 lp->tcount++; in dc2114x_autoconf()
3143 lp->tcount++; in dc2114x_autoconf()
[all …]
/linux-2.6.39/drivers/ata/
Dsata_sx4.c1279 u32 tcount = 0; in pdc20621_dimm_init() local
1307 tcount = readl(mmio + PDC_TIME_COUNTER); in pdc20621_dimm_init()
1308 VPRINTK("Time Counter Register (0x44): 0x%x\n", tcount); in pdc20621_dimm_init()
1314 if (tcount >= PCI_X_TCOUNT) { in pdc20621_dimm_init()
1315 ticks = (time_period - tcount); in pdc20621_dimm_init()
/linux-2.6.39/arch/powerpc/include/asm/
Dqe.h536 __be16 tcount; /* Tx byte count */ member