Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/cmd/
H A Dtpm_test.c151 TPM_CHECK(tpm_physical_enable()); in test_enable()
184 TPM_CHECK(tpm_physical_enable()); in test_fast_enable()
462 TPM_CHECK(tpm_physical_enable()); in test_write_limit()
481 TPM_CHECK(tpm_physical_enable()); in test_write_limit()
H A Dtpm.c443 TPM_COMMAND_NO_ARG(tpm_physical_enable) in TPM_COMMAND_NO_ARG()
/OK3568_Linux_fs/u-boot/include/
H A Dtpm.h527 uint32_t tpm_physical_enable(void);
/OK3568_Linux_fs/u-boot/lib/
H A Dtpm.c526 uint32_t tpm_physical_enable(void) in tpm_physical_enable() function