Home
last modified time | relevance | path

Searched refs:tbc (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/arch/mips/sibyte/common/
Dsb_tbprof.c556 struct class *tbc; in sbprof_tb_init() local
565 tbc = class_create(THIS_MODULE, "sb_tracebuffer"); in sbprof_tb_init()
566 if (IS_ERR(tbc)) { in sbprof_tb_init()
567 err = PTR_ERR(tbc); in sbprof_tb_init()
571 tb_class = tbc; in sbprof_tb_init()
573 dev = device_create(tbc, NULL, MKDEV(SBPROF_TB_MAJOR, 0), NULL, "tb"); in sbprof_tb_init()
/linux-4.4.14/drivers/crypto/
Dimg-hash.c361 size_t nbytes, bleft, wsend, len, tbc; in img_hash_dma_task() local
401 tbc = 0; in img_hash_dma_task()
407 tbc = sg_pcopy_to_buffer(ctx->sgfirst, ctx->nents, in img_hash_dma_task()
410 ctx->bufcnt += tbc; in img_hash_dma_task()
411 if (tbc >= ctx->sg->length) { in img_hash_dma_task()
413 tbc = 0; in img_hash_dma_task()
418 ctx->offset = tbc; in img_hash_dma_task()
/linux-4.4.14/arch/powerpc/include/asm/
Dcpm.h26 __be16 tbc; /* Internal */ member
/linux-4.4.14/drivers/i2c/busses/
Di2c-cpm.c72 ushort tbc; /* Internal */ member
170 out_be16(&i2c_ram->tbc, 0); in cpm_reset_i2c_params()
/linux-4.4.14/drivers/spi/
Dspi-fsl-cpm.c373 out_be16(&mspi->pram->tbc, 0); in fsl_spi_cpm_init()
/linux-4.4.14/arch/mips/include/asm/txx9/
Dtx4939.h108 __u32 tbc; member