Searched refs:TPM_V2 (Results 1 - 11 of 11) sorted by path

/u-boot/cmd/
H A Dtpm-common.c407 case TPM_V2:
/u-boot/drivers/tpm/
H A Dcr50_i2c.c828 upriv->version = TPM_V2;
H A Dtpm2_ftpm_tee.c178 priv->version = TPM_V2;
H A Dtpm2_tis_i2c.c126 priv->version = TPM_V2;
H A Dtpm2_tis_mmio.c108 priv->version = TPM_V2;
H A Dtpm2_tis_sandbox.c869 priv->version = TPM_V2;
H A Dtpm2_tis_spi.c229 priv->version = TPM_V2;
269 priv->version = TPM_V2;
/u-boot/include/
H A Dtpm-common.h38 * @TPM_V2: Use TPM v2.x stack
42 TPM_V2, enumerator in enum:tpm_version
H A Dtpm_api.h331 return IS_ENABLED(CONFIG_TPM_V2) && tpm_get_version(dev) == TPM_V2;
/u-boot/lib/
H A Dtpm-v2.c693 if (tpm_get_version(*dev) == TPM_V2)
/u-boot/test/dm/
H A Dtpm.c55 ut_assertok(test_tpm_init(uts, TPM_V2));
68 ut_assertok(get_tpm_version(TPM_V2, &dev));
113 ut_assertok(test_tpm_autostart(uts, TPM_V2, false));
122 ut_assertok(test_tpm_autostart(uts, TPM_V2, true));

Completed in 98 milliseconds