Searched refs:TPM_I2C_STS (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/char/tpm/ |
H A D | tpm_tis_i2c_cr50.c | 40 #define TPM_I2C_STS(l) (0x0001 | ((l) << 4)) macro 376 if (tpm_cr50_i2c_read(chip, TPM_I2C_STS(0), buf, sizeof(buf)) < 0) in tpm_cr50_i2c_tis_status() 392 tpm_cr50_i2c_write(chip, TPM_I2C_STS(0), buf, sizeof(buf)); in tpm_cr50_i2c_tis_set_ready() 422 if (tpm_cr50_i2c_read(chip, TPM_I2C_STS(0), buf, sizeof(buf)) < 0) { in tpm_cr50_i2c_get_burst_and_status() 601 rc = tpm_cr50_i2c_write(chip, TPM_I2C_STS(0), tpm_go, in tpm_cr50_i2c_tis_send()
|