Searched refs:tbc (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/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-v4.19/drivers/crypto/ |
D | img-hash.c | 364 size_t nbytes, bleft, wsend, len, tbc; in img_hash_dma_task() local 404 tbc = 0; in img_hash_dma_task() 410 tbc = sg_pcopy_to_buffer(ctx->sgfirst, ctx->nents, in img_hash_dma_task() 413 ctx->bufcnt += tbc; in img_hash_dma_task() 414 if (tbc >= ctx->sg->length) { in img_hash_dma_task() 416 tbc = 0; in img_hash_dma_task() 421 ctx->offset = tbc; in img_hash_dma_task()
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | cpm.h | 28 __be16 tbc; /* Internal */ member
|
/Linux-v4.19/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-v4.19/drivers/rtc/ |
D | rtc-tx4939.c | 39 __u32 tbc; member
|
/Linux-v4.19/drivers/spi/ |
D | spi-fsl-cpm.c | 373 out_be16(&mspi->pram->tbc, 0); in fsl_spi_cpm_init()
|