Searched refs:tcount (Results 1 – 9 of 9) sorted by relevance
96 unsigned short tcount; /* Tx byte count */ member156 unsigned short tcount; /* Tx byte count */ member208 unsigned short tcount; /* Tx byte count */ member259 unsigned short tcount; /* Tx byte count */ member277 unsigned short tcount; /* Tx byte count */ member301 unsigned short tcount; /* Tx byte count */ member330 unsigned short tcount; /* Tx byte count */ member407 unsigned short tcount; /* Tx byte count */ member
51 u32 tcount; in setup_core_timer() local60 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()
272 unsigned long tcount = ((get_cclk() / (HZ * TIME_SCALE)) - 1); in bfin_coretmr_set_mode() local276 bfin_write_TPERIOD(tcount); in bfin_coretmr_set_mode()277 bfin_write_TCOUNT(tcount); in bfin_coretmr_set_mode()
55 const unsigned char *ct, size_t tcount) in dentry_cmp() argument58 if (scount != tcount) in dentry_cmp()66 tcount--; in dentry_cmp()67 } while (tcount); in dentry_cmp()
188 unsigned int tcount, bool use_digest) in test_hash() argument215 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() argument403 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() argument709 for (i = 0; i < tcount; i++) { in test_cipher()765 struct cipher_testvec *template, unsigned int tcount) in test_skcipher() argument801 for (i = 0; i < tcount; i++) { in test_skcipher()[all …]
146 unsigned int tcount, u8 *keysize) in test_cipher_speed() argument194 for (j = 0; j < tcount; j++) { in test_cipher_speed()
847 int tcount; /* Last infoblock number */ member2379 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 …]
1279 u32 tcount = 0; in pdc20621_dimm_init() local1307 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()
536 __be16 tcount; /* Tx byte count */ member