Searched refs:tbc (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.6/arch/mips/sibyte/common/ |
D | sb_tbprof.c | 544 struct class *tbc; in sbprof_tb_init() local 553 tbc = class_create("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-v6.6/drivers/crypto/ |
D | img-hash.c | 363 size_t nbytes, bleft, wsend, len, tbc; in img_hash_dma_task() local 407 tbc = 0; in img_hash_dma_task() 413 tbc = sg_pcopy_to_buffer(ctx->sgfirst, ctx->nents, in img_hash_dma_task() 416 ctx->bufcnt += tbc; in img_hash_dma_task() 417 if (tbc >= ctx->sg->length) { in img_hash_dma_task() 419 tbc = 0; in img_hash_dma_task() 424 ctx->offset = tbc; in img_hash_dma_task()
|
/Linux-v6.6/include/soc/fsl/ |
D | cpm.h | 28 __be16 tbc; /* Internal */ member
|
/Linux-v6.6/drivers/i2c/busses/ |
D | i2c-cpm.c | 63 ushort tbc; /* Internal */ member 164 out_be16(&i2c_ram->tbc, 0); in cpm_reset_i2c_params()
|
/Linux-v6.6/arch/mips/boot/dts/ingenic/ |
D | jz4725b.dtsi | 321 reg = <0x13050000 0x130>; /* tbc */
|
D | jz4770.dtsi | 401 reg = <0x13050000 0x130>; /* tbc */
|
/Linux-v6.6/drivers/spi/ |
D | spi-fsl-cpm.c | 390 iowrite16be(0, &mspi->pram->tbc); in fsl_spi_cpm_init()
|