Searched refs:tbc (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/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-6.3-rc2/drivers/crypto/ |
A 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-6.3-rc2/include/soc/fsl/ |
A D | cpm.h | 28 __be16 tbc; /* Internal */ member
|
/linux-6.3-rc2/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-6.3-rc2/drivers/spi/ |
A D | spi-fsl-cpm.c | 367 out_be16(&mspi->pram->tbc, 0); in fsl_spi_cpm_init()
|
/linux-6.3-rc2/arch/mips/boot/dts/ingenic/ |
A D | jz4725b.dtsi | 324 reg = <0x13050000 0x130>; /* tbc */
|
A D | jz4770.dtsi | 402 reg = <0x13050000 0x130>; /* tbc */
|
Completed in 15 milliseconds