tfcr               46 arch/powerpc/boot/cpm-serial.c 	u8 tfcr;
tfcr              139 arch/powerpc/boot/cpm-serial.c 	out_8(&param->tfcr, 0x10);
tfcr               18 arch/powerpc/include/asm/cpm.h 	u8	tfcr;	/* Tx function code */
tfcr               53 drivers/i2c/busses/i2c-cpm.c 	u_char  tfcr;		/* Tx function code */
tfcr              144 drivers/i2c/busses/i2c-cpm.c 		out_8(&i2c_ram->tfcr, I2C_EB);
tfcr              147 drivers/i2c/busses/i2c-cpm.c 		out_8(&i2c_ram->tfcr, I2C_EB_CPM2);
tfcr               69 drivers/net/can/rcar/rcar_can.c 	u8 tfcr;	/* Transmit FIFO Control Register */
tfcr              379 drivers/net/can/rcar/rcar_can.c 		u8 unsent = readb(&priv->regs->tfcr);
tfcr              505 drivers/net/can/rcar/rcar_can.c 	writeb(RCAR_CAN_TFCR_TFE, &priv->regs->tfcr);
tfcr              356 drivers/spi/spi-fsl-cpm.c 	out_8(&mspi->pram->tfcr, CPMFCR_EB | CPMFCR_GBL);
tfcr              682 sound/soc/fsl/fsl_esai.c 	u32 tfcr, rfcr;
tfcr              686 sound/soc/fsl/fsl_esai.c 	regmap_read(esai_priv->regmap, REG_ESAI_TFCR, &tfcr);
tfcr              688 sound/soc/fsl/fsl_esai.c 	enabled[tx] = tfcr & ESAI_xFCR_xFEN;