Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dtpm_test.c136 TPM_CHECK(tpm_physical_enable(dev)); in test_enable()
169 TPM_CHECK(tpm_physical_enable(dev)); in test_fast_enable()
456 TPM_CHECK(tpm_physical_enable(dev)); in test_write_limit()
476 TPM_CHECK(tpm_physical_enable(dev)); in test_write_limit()
H A Dtpm-v1.c652 TPM_COMMAND_NO_ARG(tpm_physical_enable)
/openbmc/u-boot/include/
H A Dtpm_api.h140 u32 tpm_physical_enable(struct udevice *dev);
/openbmc/u-boot/lib/
H A Dtpm_api.c221 u32 tpm_physical_enable(struct udevice *dev) in tpm_physical_enable() function