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

/u-boot/drivers/tpm/
H A Dtpm_tis_st33zp24_spi.c643 uc_priv->duration_ms[TPM_SHORT] = TIS_SHORT_TIMEOUT_MS;
644 uc_priv->duration_ms[TPM_MEDIUM] = TIS_LONG_TIMEOUT_MS;
645 uc_priv->duration_ms[TPM_LONG] = TIS_LONG_TIMEOUT_MS;
H A Dtpm_tis_infineon.c608 uc_priv->duration_ms[TPM_SHORT] = TIS_SHORT_TIMEOUT_MS;
609 uc_priv->duration_ms[TPM_MEDIUM] = TIS_LONG_TIMEOUT_MS;
610 uc_priv->duration_ms[TPM_LONG] = TIS_LONG_TIMEOUT_MS;
H A Dtpm-uclass.c78 duration = priv->duration_ms[duration_idx];
H A Dcr50_i2c.c829 upriv->duration_ms[TPM_SHORT] = SHORT_TIMEOUT_MS;
830 upriv->duration_ms[TPM_MEDIUM] = LONG_TIMEOUT_MS;
831 upriv->duration_ms[TPM_LONG] = LONG_TIMEOUT_MS;
/u-boot/include/
H A Dtpm-common.h53 * @duration_ms: Length of each duration type in milliseconds
64 uint duration_ms[TPM_DURATION_COUNT]; member in struct:tpm_chip_priv

Completed in 62 milliseconds