Searched refs:tbc (Results 1 – 5 of 5) sorted by relevance
/linux/arch/mips/sibyte/common/ |
A D | sb_tbprof.c | 544 struct class *tbc; in sbprof_tb_init() local 553 tbc = class_create(THIS_MODULE, "sb_tracebuffer"); in sbprof_tb_init() 554 if (IS_ERR(tbc)) { in sbprof_tb_init() 555 err = PTR_ERR(tbc); in sbprof_tb_init() 559 tb_class = tbc; in sbprof_tb_init() 561 dev = device_create(tbc, NULL, MKDEV(SBPROF_TB_MAJOR, 0), NULL, "tb"); in sbprof_tb_init()
|
/linux/drivers/crypto/ |
A D | img-hash.c | 363 size_t nbytes, bleft, wsend, len, tbc; in img_hash_dma_task() local 403 tbc = 0; in img_hash_dma_task() 409 tbc = sg_pcopy_to_buffer(ctx->sgfirst, ctx->nents, in img_hash_dma_task() 412 ctx->bufcnt += tbc; in img_hash_dma_task() 413 if (tbc >= ctx->sg->length) { in img_hash_dma_task() 415 tbc = 0; in img_hash_dma_task() 420 ctx->offset = tbc; in img_hash_dma_task()
|
/linux/include/soc/fsl/ |
A D | cpm.h | 28 __be16 tbc; /* Internal */ member
|
/linux/drivers/i2c/busses/ |
A D | i2c-cpm.c | 63 ushort tbc; /* Internal */ member 164 out_be16(&i2c_ram->tbc, 0); in cpm_reset_i2c_params()
|
/linux/drivers/spi/ |
A D | spi-fsl-cpm.c | 367 out_be16(&mspi->pram->tbc, 0); in fsl_spi_cpm_init()
|
Completed in 12 milliseconds