Home
last modified time | relevance | path

Searched refs:TPM_NV_PER_WRITE_STCLEAR (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/cmd/
H A Dtpm_test.c237 uint32_t perm = TPM_NV_PER_WRITE_STCLEAR | TPM_NV_PER_PPWRITE; in initialise_spaces()
249 perm = TPM_NV_PER_READ_STCLEAR | TPM_NV_PER_WRITE_STCLEAR | in initialise_spaces()
/openbmc/u-boot/include/
H A Dtpm-v1.h97 #define TPM_NV_PER_WRITE_STCLEAR BIT(14) macro