Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/
H A Dtpm-v2.c906 tpm_u32(HR_NV_INDEX + index), /* Password authorisation */ in tpm2_nv_read_value()
944 u32 auth = priv->plat_hier_disabled ? HR_NV_INDEX + index : in tpm2_nv_write_value()
954 tpm_u32(HR_NV_INDEX + index), /* Password authorisation */ in tpm2_nv_write_value()
1468 tpm_u32(HR_NV_INDEX + index), /* Password authorisation */ in tpm2_write_lock()
/openbmc/u-boot/include/
H A Dtpm-v2.h485 HR_NV_INDEX = TPM_HT_NV_INDEX << HR_SHIFT, enumerator