Searched refs:tpm_cr50_i2c_write (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/char/tpm/
H A Dtpm_tis_i2c_cr50.c231 * tpm_cr50_i2c_write()- Write to TPM register.
245 static int tpm_cr50_i2c_write(struct tpm_chip *chip, u8 addr, u8 *buffer, function
327 tpm_cr50_i2c_write(chip, addr, &buf, sizeof(buf));
348 rc = tpm_cr50_i2c_write(chip, TPM_I2C_ACCESS(0), &buf, sizeof(buf));
392 tpm_cr50_i2c_write(chip, TPM_I2C_STS(0), buf, sizeof(buf));
577 * that is inserted by tpm_cr50_i2c_write()
580 rc = tpm_cr50_i2c_write(chip, TPM_I2C_DATA_FIFO(0), &buf[sent], limit);
601 rc = tpm_cr50_i2c_write(chip, TPM_I2C_STS(0), tpm_go,

Completed in 346 milliseconds