Searched refs:tcount (Results 1 - 14 of 14) sorted by relevance

/linux-4.1.27/arch/blackfin/kernel/
H A Dtime.c50 u32 tcount; setup_core_timer() local
59 tcount = ((get_cclk() / (HZ * TIME_SCALE)) - 1); setup_core_timer()
60 bfin_write_TPERIOD(tcount); setup_core_timer()
61 bfin_write_TCOUNT(tcount); setup_core_timer()
H A Dtime-ts.c258 unsigned long tcount = ((get_cclk() / (HZ * TIME_SCALE)) - 1); bfin_coretmr_set_mode() local
262 bfin_write_TPERIOD(tcount); bfin_coretmr_set_mode()
263 bfin_write_TCOUNT(tcount); bfin_coretmr_set_mode()
/linux-4.1.27/crypto/
H A Dtestmgr.c192 unsigned int tcount, bool use_digest, __test_hash()
227 for (i = 0; i < tcount; i++) { __test_hash()
302 for (i = 0; i < tcount; i++) { __test_hash()
391 unsigned int tcount, bool use_digest) test_hash()
396 ret = __test_hash(tfm, template, tcount, use_digest, 0); test_hash()
401 ret = __test_hash(tfm, template, tcount, use_digest, 1); test_hash()
408 ret = __test_hash(tfm, template, tcount, use_digest, test_hash()
418 struct aead_testvec *template, unsigned int tcount, __test_aead()
483 for (i = 0, j = 0; i < tcount; i++) { __test_aead()
597 for (i = 0, j = 0; i < tcount; i++) { __test_aead()
799 struct aead_testvec *template, unsigned int tcount) test_aead()
805 ret = __test_aead(tfm, enc, template, tcount, false, 0); test_aead()
810 ret = __test_aead(tfm, enc, template, tcount, true, 0); test_aead()
815 ret = __test_aead(tfm, enc, template, tcount, true, 1); test_aead()
822 ret = __test_aead(tfm, enc, template, tcount, true, test_aead()
832 struct cipher_testvec *template, unsigned int tcount) test_cipher()
851 for (i = 0; i < tcount; i++) { test_cipher()
907 struct cipher_testvec *template, unsigned int tcount, __test_skcipher()
954 for (i = 0; i < tcount; i++) { __test_skcipher()
1025 for (i = 0; i < tcount; i++) { __test_skcipher()
1152 struct cipher_testvec *template, unsigned int tcount) test_skcipher()
1158 ret = __test_skcipher(tfm, enc, template, tcount, false, 0); test_skcipher()
1163 ret = __test_skcipher(tfm, enc, template, tcount, true, 0); test_skcipher()
1168 ret = __test_skcipher(tfm, enc, template, tcount, true, 1); test_skcipher()
1175 ret = __test_skcipher(tfm, enc, template, tcount, true, test_skcipher()
1442 unsigned int tcount) test_cprng()
1458 for (i = 0; i < tcount; i++) { test_cprng()
1799 unsigned int tcount = desc->suite.drbg.count; alg_test_drbg() local
1804 for (i = 0; i < tcount; i++) { alg_test_drbg()
191 __test_hash(struct crypto_ahash *tfm, struct hash_testvec *template, unsigned int tcount, bool use_digest, const int align_offset) __test_hash() argument
390 test_hash(struct crypto_ahash *tfm, struct hash_testvec *template, unsigned int tcount, bool use_digest) test_hash() argument
417 __test_aead(struct crypto_aead *tfm, int enc, struct aead_testvec *template, unsigned int tcount, const bool diff_dst, const int align_offset) __test_aead() argument
798 test_aead(struct crypto_aead *tfm, int enc, struct aead_testvec *template, unsigned int tcount) test_aead() argument
831 test_cipher(struct crypto_cipher *tfm, int enc, struct cipher_testvec *template, unsigned int tcount) test_cipher() argument
906 __test_skcipher(struct crypto_ablkcipher *tfm, int enc, struct cipher_testvec *template, unsigned int tcount, const bool diff_dst, const int align_offset) __test_skcipher() argument
1151 test_skcipher(struct crypto_ablkcipher *tfm, int enc, struct cipher_testvec *template, unsigned int tcount) test_skcipher() argument
1441 test_cprng(struct crypto_rng *tfm, struct cprng_testvec *template, unsigned int tcount) test_cprng() argument
H A Dtcrypt.c270 unsigned int tcount, u8 authsize, test_aead_speed()
351 for (j = 0; j < tcount; j++) { test_aead_speed()
421 unsigned int tcount, u8 *keysize) test_cipher_speed()
470 for (j = 0; j < tcount; j++) { test_cipher_speed()
1082 unsigned int tcount, u8 *keysize) test_acipher_speed()
1142 for (j = 0; j < tcount; j++) { test_acipher_speed()
268 test_aead_speed(const char *algo, int enc, unsigned int secs, struct aead_speed_template *template, unsigned int tcount, u8 authsize, unsigned int aad_size, u8 *keysize) test_aead_speed() argument
419 test_cipher_speed(const char *algo, int enc, unsigned int secs, struct cipher_speed_template *template, unsigned int tcount, u8 *keysize) test_cipher_speed() argument
1080 test_acipher_speed(const char *algo, int enc, unsigned int secs, struct cipher_speed_template *template, unsigned int tcount, u8 *keysize) test_acipher_speed() argument
/linux-4.1.27/arch/m68k/include/asm/
H A Dm68360_pram.h96 unsigned short tcount; /* Tx byte count */ member in struct:hdlc_pram
156 unsigned short tcount; /* Tx byte count */ member in struct:uart_pram
208 unsigned short tcount; /* Tx byte count */ member in struct:bisync_pram
259 unsigned short tcount; /* Tx byte count */ member in struct:spi_pram
277 unsigned short tcount; /* Tx byte count */ member in struct:smc_uart_pram
301 unsigned short tcount; /* Tx byte count */ member in struct:smc_trnsp_pram
330 unsigned short tcount; /* Tx byte count */ member in struct:ethernet_pram
407 unsigned short tcount; /* Tx byte count */ member in struct:transparent_pram
/linux-4.1.27/drivers/media/pci/sta2x11/
H A Dsta2x11_vip.c120 * @tcount: Number of top frames
152 int tcount, bcount; member in struct:sta2x11_vip
258 vip->tcount = 0; vip_active_buf_next()
283 vip->tcount = 0; queue_setup()
805 if ((++vip->tcount) < 2) vip_irq()
/linux-4.1.27/drivers/ata/
H A Dsata_sx4.c1273 u32 tcount = 0; pdc20621_dimm_init() local
1301 tcount = readl(mmio + PDC_TIME_COUNTER); pdc20621_dimm_init()
1302 VPRINTK("Time Counter Register (0x44): 0x%x\n", tcount); pdc20621_dimm_init()
1308 if (tcount >= PCI_X_TCOUNT) { pdc20621_dimm_init()
1309 ticks = (time_period - tcount); pdc20621_dimm_init()
/linux-4.1.27/drivers/net/ethernet/dec/tulip/
H A Dde4x5.c847 int tcount; /* Last infoblock number */ member in struct:de4x5_private
2369 lp->tcount = 0; autoconf_media()
2526 lp->tcount++; de4x5_suspect_state()
2765 lp->tcount++; dc21140m_autoconf()
2876 lp->tcount++; dc21140m_autoconf()
2894 lp->tcount++; dc21140m_autoconf()
2947 lp->tcount++; dc2114x_autoconf()
3085 lp->tcount++; dc2114x_autoconf()
3105 lp->tcount++; dc2114x_autoconf()
3133 lp->tcount++; dc2114x_autoconf()
3147 lp->tcount++; dc2114x_autoconf()
3163 lp->tcount++; dc2114x_autoconf()
3171 lp->tcount++; dc2114x_autoconf()
4438 if (lp->tcount == count) { dc21140_infoleaf()
4445 lp->tcount = 0; dc21140_infoleaf()
4473 if (lp->tcount == count) { dc21142_infoleaf()
4480 lp->tcount = 0; dc21142_infoleaf()
4507 if (lp->tcount == count) { dc21143_infoleaf()
4514 lp->tcount = 0; dc21143_infoleaf()
4532 if (--count > lp->tcount) { compact_infoblock()
4572 if (--count > lp->tcount) { type0_infoblock()
4612 if (--count > lp->tcount) { type1_infoblock()
4651 if (--count > lp->tcount) { type2_infoblock()
4692 if (--count > lp->tcount) { type3_infoblock()
4734 if (--count > lp->tcount) { type4_infoblock()
4779 if (--count > lp->tcount) { type5_infoblock()
/linux-4.1.27/drivers/net/wireless/hostap/
H A Dhostap_proc.c173 seq_printf(m, "#BSSID\tlast_update\tcount\tcapab_info\tSSID(txt)\t" prism2_bss_list_proc_show()
/linux-4.1.27/fs/
H A Ddcache.c176 * In contrast, 'ct' and 'tcount' can be from a pathname, and do
179 static inline int dentry_string_cmp(const unsigned char *cs, const unsigned char *ct, unsigned tcount) dentry_string_cmp() argument
186 if (tcount < sizeof(unsigned long)) dentry_string_cmp()
192 tcount -= sizeof(unsigned long); dentry_string_cmp()
193 if (!tcount) dentry_string_cmp()
196 mask = bytemask_from_count(tcount); dentry_string_cmp()
202 static inline int dentry_string_cmp(const unsigned char *cs, const unsigned char *ct, unsigned tcount) dentry_string_cmp() argument
209 tcount--; dentry_string_cmp()
210 } while (tcount); dentry_string_cmp()
216 static inline int dentry_cmp(const struct dentry *dentry, const unsigned char *ct, unsigned tcount) dentry_cmp() argument
233 * be no NUL in the ct/tcount data) dentry_cmp()
237 return dentry_string_cmp(cs, ct, tcount); dentry_cmp()
/linux-4.1.27/drivers/net/wireless/rt2x00/
H A Drt2x00debug.c346 sprintf(data, "qid\tflags\t\tcount\tlimit\tlength\tindex\tdma done\tdone\n"); rt2x00debug_read_queue_stats()
/linux-4.1.27/drivers/dma-buf/
H A Ddma-buf.c785 seq_puts(s, "size\tflags\tmode\tcount\texp_name\n"); dma_buf_describe()
/linux-4.1.27/arch/powerpc/include/asm/
H A Dqe.h537 __be16 tcount; /* Tx byte count */ member in struct:ucc_slow_pram
/linux-4.1.27/drivers/dma/
H A Dsun6i-dma.c215 "\tcount(%04x): \t0x%08x\n" sun6i_dma_dump_chan_regs()

Completed in 733 milliseconds