Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/tpm/
H A Dtpm_tis_i2c_cr50.c35 #define TPM_CR50_I2C_MAX_RETRIES 3 /* Max retries due to I2C errors */ macro
157 for (try = 0; try < TPM_CR50_I2C_MAX_RETRIES; try++) { in tpm_cr50_i2c_transfer_message()
163 try + 1, TPM_CR50_I2C_MAX_RETRIES, rc); in tpm_cr50_i2c_transfer_message()