Searched refs:TPM_I2C_STS (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/char/tpm/
H A Dtpm_tis_i2c_cr50.c40 #define TPM_I2C_STS(l) (0x0001 | ((l) << 4)) macro
376 if (tpm_cr50_i2c_read(chip, TPM_I2C_STS(0), buf, sizeof(buf)) < 0)
392 tpm_cr50_i2c_write(chip, TPM_I2C_STS(0), buf, sizeof(buf));
422 if (tpm_cr50_i2c_read(chip, TPM_I2C_STS(0), buf, sizeof(buf)) < 0) {
601 rc = tpm_cr50_i2c_write(chip, TPM_I2C_STS(0), tpm_go,

Completed in 162 milliseconds