Home
last modified time | relevance | path

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

/linux-4.1.27/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-4.1.27/arch/blackfin/kernel/
Dtime.c50 u32 tcount; in setup_core_timer() local
59 tcount = ((get_cclk() / (HZ * TIME_SCALE)) - 1); in setup_core_timer()
60 bfin_write_TPERIOD(tcount); in setup_core_timer()
61 bfin_write_TCOUNT(tcount); in setup_core_timer()
Dtime-ts.c258 unsigned long tcount = ((get_cclk() / (HZ * TIME_SCALE)) - 1); in bfin_coretmr_set_mode() local
262 bfin_write_TPERIOD(tcount); in bfin_coretmr_set_mode()
263 bfin_write_TCOUNT(tcount); in bfin_coretmr_set_mode()
/linux-4.1.27/crypto/
Dtestmgr.c192 unsigned int tcount, bool use_digest, in __test_hash() argument
227 for (i = 0; i < tcount; i++) { in __test_hash()
302 for (i = 0; i < tcount; i++) { in __test_hash()
391 unsigned int tcount, bool use_digest) in test_hash() argument
396 ret = __test_hash(tfm, template, tcount, use_digest, 0); in test_hash()
401 ret = __test_hash(tfm, template, tcount, use_digest, 1); in test_hash()
408 ret = __test_hash(tfm, template, tcount, use_digest, in test_hash()
418 struct aead_testvec *template, unsigned int tcount, in __test_aead() argument
483 for (i = 0, j = 0; i < tcount; i++) { in __test_aead()
597 for (i = 0, j = 0; i < tcount; i++) { in __test_aead()
[all …]
Dtcrypt.c270 unsigned int tcount, u8 authsize, in test_aead_speed() argument
351 for (j = 0; j < tcount; j++) { in test_aead_speed()
421 unsigned int tcount, u8 *keysize) in test_cipher_speed() argument
470 for (j = 0; j < tcount; j++) { in test_cipher_speed()
1082 unsigned int tcount, u8 *keysize) in test_acipher_speed() argument
1142 for (j = 0; j < tcount; j++) { in test_acipher_speed()
/linux-4.1.27/drivers/net/ethernet/dec/tulip/
Dde4x5.c847 int tcount; /* Last infoblock number */ member
2369 lp->tcount = 0; in autoconf_media()
2526 lp->tcount++; in de4x5_suspect_state()
2765 lp->tcount++; in dc21140m_autoconf()
2876 lp->tcount++; in dc21140m_autoconf()
2894 lp->tcount++; in dc21140m_autoconf()
2947 lp->tcount++; in dc2114x_autoconf()
3085 lp->tcount++; in dc2114x_autoconf()
3105 lp->tcount++; in dc2114x_autoconf()
3133 lp->tcount++; in dc2114x_autoconf()
[all …]
/linux-4.1.27/fs/
Ddcache.c179 …tic inline int dentry_string_cmp(const unsigned char *cs, const unsigned char *ct, unsigned tcount) in dentry_string_cmp() argument
186 if (tcount < sizeof(unsigned long)) in dentry_string_cmp()
192 tcount -= sizeof(unsigned long); in dentry_string_cmp()
193 if (!tcount) in dentry_string_cmp()
196 mask = bytemask_from_count(tcount); in dentry_string_cmp()
202 …tic inline int dentry_string_cmp(const unsigned char *cs, const unsigned char *ct, unsigned tcount) in dentry_string_cmp() argument
209 tcount--; in dentry_string_cmp()
210 } while (tcount); in dentry_string_cmp()
216 static inline int dentry_cmp(const struct dentry *dentry, const unsigned char *ct, unsigned tcount) in dentry_cmp() argument
237 return dentry_string_cmp(cs, ct, tcount); in dentry_cmp()
/linux-4.1.27/drivers/ata/
Dsata_sx4.c1273 u32 tcount = 0; in pdc20621_dimm_init() local
1301 tcount = readl(mmio + PDC_TIME_COUNTER); in pdc20621_dimm_init()
1302 VPRINTK("Time Counter Register (0x44): 0x%x\n", tcount); in pdc20621_dimm_init()
1308 if (tcount >= PCI_X_TCOUNT) { in pdc20621_dimm_init()
1309 ticks = (time_period - tcount); in pdc20621_dimm_init()
/linux-4.1.27/drivers/media/pci/sta2x11/
Dsta2x11_vip.c152 int tcount, bcount; member
258 vip->tcount = 0; in vip_active_buf_next()
283 vip->tcount = 0; in queue_setup()
805 if ((++vip->tcount) < 2) in vip_irq()
/linux-4.1.27/arch/powerpc/include/asm/
Dqe.h537 __be16 tcount; /* Tx byte count */ member