Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/char/tpm/
Dtpm_tis_spi_main.c56 for (i = 0; i < TPM_RETRY; i++) { in tpm_tis_spi_flow_control()
67 if (i == TPM_RETRY) in tpm_tis_spi_flow_control()
Dtpm.h37 #define TPM_RETRY 50 macro
Dtpm1-cmd.c754 for (try = 0; try < TPM_RETRY; try++) { in tpm1_pm_suspend()
Dtpm_i2c_nuvoton.c362 for (retries = 0; retries < TPM_RETRY; retries++) { in i2c_nuvoton_send()