Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/cmd/
H A Dtpm_test.c120 TPM_CHECK(tpm_tsc_physical_presence(PRESENCE)); in test_early_nvram()
134 TPM_CHECK(tpm_tsc_physical_presence(PRESENCE)); in test_early_nvram2()
148 TPM_CHECK(tpm_tsc_physical_presence(PRESENCE)); in test_enable()
175 TPM_CHECK(tpm_tsc_physical_presence(PRESENCE)); in test_fast_enable()
205 TPM_CHECK(tpm_tsc_physical_presence(PRESENCE)); in test_global_lock()
225 tpm_tsc_physical_presence(PHYS_PRESENCE); in test_global_lock()
242 tpm_tsc_physical_presence(PRESENCE); in test_lock()
279 tpm_tsc_physical_presence(PRESENCE); in test_readonly()
327 TPM_CHECK(tpm_tsc_physical_presence(PRESENCE)); in test_redefine_unowned()
354 tpm_tsc_physical_presence(PHYS_PRESENCE); in test_redefine_unowned()
[all …]
H A Dtpm.c372 return report_return_code(tpm_tsc_physical_presence(presence)); in do_tpm_tsc_physical_presence()
/OK3568_Linux_fs/u-boot/include/
H A Dtpm.h504 uint32_t tpm_tsc_physical_presence(uint16_t presence);
/OK3568_Linux_fs/u-boot/lib/
H A Dtpm.c470 uint32_t tpm_tsc_physical_presence(uint16_t presence) in tpm_tsc_physical_presence() function