Searched refs:TPM2_CC_FIRST (Results 1 – 2 of 2) sorted by relevance
131 static const u8 tpm2_ordinal_duration[TPM2_CC_LAST - TPM2_CC_FIRST + 1] = {826 if (ordinal >= TPM2_CC_FIRST && ordinal <= TPM2_CC_LAST) in tpm2_calc_ordinal_duration()827 index = tpm2_ordinal_duration[ordinal - TPM2_CC_FIRST]; in tpm2_calc_ordinal_duration()
107 TPM2_CC_FIRST = 0x011F, enumerator