Searched refs:tpm_u16 (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/lib/ |
H A D | tpm-v2.c | 706 tpm_u16(TPM2_ST_NO_SESSIONS), in tpm2_startup() 709 tpm_u16(mode), in tpm2_startup() 727 tpm_u16(TPM2_ST_NO_SESSIONS), in tpm2_self_test() 825 tpm_u16(0), /* auth_size */ in tpm2_nv_define_space() 830 tpm_u16(TPM2_ALG_SHA256), in tpm2_nv_define_space() 832 tpm_u16(nv_policy_size), in tpm2_nv_define_space() 918 tpm_u16(0), /* Offset */ in tpm2_nv_read_value() 965 tpm_u16(count), in tpm2_nv_write_value() 1417 tpm_u16(TPM2_ST_NO_SESSIONS), in tpm2_get_random() 1531 tpm_u16(vendor_subcmd), in tpm2_report_state() [all …]
|
H A D | tpm-utils.h | 18 #define tpm_u16(x) __MSB(x), __LSB(x) macro 19 #define tpm_u32(x) tpm_u16((x) >> 16), tpm_u16((x) & 0xFFFF)
|