tbc               544 arch/mips/sibyte/common/sb_tbprof.c 	struct class *tbc;
tbc               553 arch/mips/sibyte/common/sb_tbprof.c 	tbc = class_create(THIS_MODULE, "sb_tracebuffer");
tbc               554 arch/mips/sibyte/common/sb_tbprof.c 	if (IS_ERR(tbc)) {
tbc               555 arch/mips/sibyte/common/sb_tbprof.c 		err = PTR_ERR(tbc);
tbc               559 arch/mips/sibyte/common/sb_tbprof.c 	tb_class = tbc;
tbc               561 arch/mips/sibyte/common/sb_tbprof.c 	dev = device_create(tbc, NULL, MKDEV(SBPROF_TB_MAJOR, 0), NULL, "tb");
tbc                28 arch/powerpc/include/asm/cpm.h 	__be16	tbc;	/* Internal */
tbc               361 drivers/crypto/img-hash.c 	size_t nbytes, bleft, wsend, len, tbc;
tbc               401 drivers/crypto/img-hash.c 		tbc = 0;
tbc               407 drivers/crypto/img-hash.c 			tbc = sg_pcopy_to_buffer(ctx->sgfirst, ctx->nents,
tbc               410 drivers/crypto/img-hash.c 			ctx->bufcnt += tbc;
tbc               411 drivers/crypto/img-hash.c 			if (tbc >= ctx->sg->length) {
tbc               413 drivers/crypto/img-hash.c 				tbc = 0;
tbc               418 drivers/crypto/img-hash.c 		ctx->offset = tbc;
tbc                63 drivers/i2c/busses/i2c-cpm.c 	ushort  tbc;		/* Internal */
tbc               161 drivers/i2c/busses/i2c-cpm.c 	out_be16(&i2c_ram->tbc, 0);
tbc                36 drivers/rtc/rtc-tx4939.c 	__u32 tbc;
tbc               367 drivers/spi/spi-fsl-cpm.c 	out_be16(&mspi->pram->tbc, 0);