Searched refs:tbc (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/arch/mips/sibyte/common/ |
D | sb_tbprof.c | 556 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/ |
D | img-hash.c | 361 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/ |
D | cpm.h | 26 __be16 tbc; /* Internal */ member
|
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-cpm.c | 72 ushort tbc; /* Internal */ member 170 out_be16(&i2c_ram->tbc, 0); in cpm_reset_i2c_params()
|
/linux-4.4.14/drivers/spi/ |
D | spi-fsl-cpm.c | 373 out_be16(&mspi->pram->tbc, 0); in fsl_spi_cpm_init()
|
/linux-4.4.14/arch/mips/include/asm/txx9/ |
D | tx4939.h | 108 __u32 tbc; member
|