Home
last modified time | relevance | path

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

/external/u-boot/cmd/
Dtpm_test.c151 TPM_CHECK(tpm_physical_set_deactivated(0)); in test_enable()
184 TPM_CHECK(tpm_physical_set_deactivated(0)); in test_fast_enable()
462 TPM_CHECK(tpm_physical_set_deactivated(0)); in test_write_limit()
481 TPM_CHECK(tpm_physical_set_deactivated(0)); in test_write_limit()
Dtpm-v1.c176 return report_return_code(tpm_physical_set_deactivated(state)); in do_tpm_physical_set_deactivated()
/external/u-boot/include/
Dtpm-v1.h359 u32 tpm_physical_set_deactivated(u8 state);
/external/u-boot/lib/
Dtpm-v1.c304 u32 tpm_physical_set_deactivated(u8 state) in tpm_physical_set_deactivated() function