Home
last modified time | relevance | path

Searched refs:tpm_cr50_i2c_write (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/char/tpm/
H A Dtpm_tis_i2c_cr50.c245 static int tpm_cr50_i2c_write(struct tpm_chip *chip, u8 addr, u8 *buffer, in tpm_cr50_i2c_write() function
327 tpm_cr50_i2c_write(chip, addr, &buf, sizeof(buf)); in tpm_cr50_release_locality()
348 rc = tpm_cr50_i2c_write(chip, TPM_I2C_ACCESS(0), &buf, sizeof(buf)); in tpm_cr50_request_locality()
392 tpm_cr50_i2c_write(chip, TPM_I2C_STS(0), buf, sizeof(buf)); in tpm_cr50_i2c_tis_set_ready()
580 rc = tpm_cr50_i2c_write(chip, TPM_I2C_DATA_FIFO(0), &buf[sent], limit); in tpm_cr50_i2c_tis_send()
601 rc = tpm_cr50_i2c_write(chip, TPM_I2C_STS(0), tpm_go, in tpm_cr50_i2c_tis_send()