Searched refs:tpm_u32 (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/lib/ |
H A D | tpm-v2.c | 707 tpm_u32(12), in tpm2_startup() 708 tpm_u32(TPM2_CC_STARTUP), in tpm2_startup() 728 tpm_u32(11), in tpm2_self_test() 729 tpm_u32(TPM2_CC_SELF_TEST), in tpm2_self_test() 821 tpm_u32(9), /* Header size */ in tpm2_nv_define_space() 829 tpm_u32(space_index), in tpm2_nv_define_space() 831 tpm_u32(nv_attributes), in tpm2_nv_define_space() 949 tpm_u32(len), /* Length */ in tpm2_nv_write_value() 1031 tpm_u32(22), /* Length */ in tpm2_get_capability() 1418 tpm_u32(12), in tpm2_get_random() [all …]
|
H A D | tpm-utils.h | 19 #define tpm_u32(x) tpm_u16((x) >> 16), tpm_u16((x) & 0xFFFF) macro
|