Searched refs:firmwareV2 (Results 1 – 6 of 6) sorted by relevance
116 gp.firmwareV2 = FIRMWARE_V2; in TPM_Manufacture()118 gp.firmwareV2 = 0; in TPM_Manufacture()121 NV_SYNC_PERSISTENT(firmwareV2); in TPM_Manufacture()
126 *value = gp.firmwareV2; in TPMPropertyIsDefined()
115 static const UINT32 firmwareV2 = FIRMWARE_V2; variable232 s_chipRevision = ((((UINT64)firmwareV2) << 32) | (firmwareV1)); in _plat__NvInitFromStorage()242 s_chipRevision = ((((UINT64)firmwareV2) << 32) | (firmwareV1)); in _plat__NvInitFromStorage()382 UINT32 firmwareV2 = FIRMWARE_V2; in _plat__NVEnable() local393 s_chipRevision = ((((UINT64)firmwareV2) << 32) | (firmwareV1)); in _plat__NVEnable()
80 = (((UINT64)gp.firmwareV1) << 32) + gp.firmwareV2; in TPM2_GetTime()
80 attest->firmwareVersion += gp.firmwareV2; in FillInAttestInfo()
826 UINT32 firmwareV2; member