Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/tpm/
H A Dtpm_tis_i2c.c127 } while (ret < 0 && i++ < TPM_RETRY); in tpm_tis_i2c_retry_transfer_until_ack()
191 for (i = 0; i < TPM_RETRY; i++) { in tpm_tis_i2c_read_bytes()
H A Dtpm_tis_spi_main.c57 for (i = 0; i < TPM_RETRY; i++) { in tpm_tis_spi_flow_control()
68 if (i == TPM_RETRY) in tpm_tis_spi_flow_control()
H A Dtpm.h37 #define TPM_RETRY 50 macro
H A Dtpm_tis_core.c409 for (try = 0; try < TPM_RETRY; try++) { in tpm_tis_recv()
544 for (try = 0; try < TPM_RETRY; try++) { in tpm_tis_send_main()
H A Dtpm1-cmd.c759 for (try = 0; try < TPM_RETRY; try++) { in tpm1_pm_suspend()
H A Dtpm_i2c_nuvoton.c362 for (retries = 0; retries < TPM_RETRY; retries++) { in i2c_nuvoton_send()
/openbmc/u-boot/include/
H A Dtpm-v1.h221 TPM_RETRY = TPM_BASE + TPM_NON_FATAL, enumerator