Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dtpm_test.c137 TPM_CHECK(tpm_physical_set_deactivated(dev, 0)); in test_enable()
170 TPM_CHECK(tpm_physical_set_deactivated(dev, 0)); in test_fast_enable()
457 TPM_CHECK(tpm_physical_set_deactivated(dev, 0)); in test_write_limit()
477 TPM_CHECK(tpm_physical_set_deactivated(dev, 0)); in test_write_limit()
H A Dtpm-v1.c228 return report_return_code(tpm_physical_set_deactivated(dev, state)); in do_tpm_physical_set_deactivated()
/openbmc/u-boot/include/
H A Dtpm_api.h157 u32 tpm_physical_set_deactivated(struct udevice *dev, u8 state);
/openbmc/u-boot/lib/
H A Dtpm_api.c245 u32 tpm_physical_set_deactivated(struct udevice *dev, u8 state) in tpm_physical_set_deactivated() function