Searched refs:firmwareV1 (Results 1 – 6 of 6) sorted by relevance
114 static const UINT32 firmwareV1 = FIRMWARE_V1; variable232 s_chipRevision = ((((UINT64)firmwareV2) << 32) | (firmwareV1)); in _plat__NvInitFromStorage()242 s_chipRevision = ((((UINT64)firmwareV2) << 32) | (firmwareV1)); in _plat__NvInitFromStorage()381 UINT32 firmwareV1 = FIRMWARE_V1; in _plat__NVEnable() local393 s_chipRevision = ((((UINT64)firmwareV2) << 32) | (firmwareV1)); in _plat__NVEnable()
114 gp.firmwareV1 = FIRMWARE_V1; in TPM_Manufacture()120 NV_SYNC_PERSISTENT(firmwareV1); in TPM_Manufacture()
122 *value = gp.firmwareV1; in TPMPropertyIsDefined()
80 = (((UINT64)gp.firmwareV1) << 32) + gp.firmwareV2; in TPM2_GetTime()
79 attest->firmwareVersion = ((UINT64)gp.firmwareV1 << (sizeof(UINT32) * 8)); in FillInAttestInfo()
821 UINT32 firmwareV1; member