Home
last modified time | relevance | path

Searched refs:TPM_NV_PER_PPWRITE (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()
250 TPM_NV_PER_PPWRITE; in initialise_spaces()
326 perm = TPM_NV_PER_PPWRITE | TPM_NV_PER_GLOBALLOCK; in test_redefine_unowned()
329 perm = TPM_NV_PER_PPWRITE; in test_redefine_unowned()
357 #define PERMPPGL (TPM_NV_PER_PPWRITE | TPM_NV_PER_GLOBALLOCK)
358 #define PERMPP TPM_NV_PER_PPWRITE
/openbmc/u-boot/include/
H A Dtpm-v1.h95 #define TPM_NV_PER_PPWRITE BIT(0) macro