Home
last modified time | relevance | path

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

/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.h38 #define TPM_RETRY 50 macro
H A Dtpm_tis_core.c407 for (try = 0; try < TPM_RETRY; try++) { in tpm_tis_recv()
548 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.c364 for (retries = 0; retries < TPM_RETRY; retries++) { in i2c_nuvoton_send()