Searched refs:TrEEConfiguration (Results 1 – 3 of 3) sorted by relevance
79 TREE_CONFIGURATION TrEEConfiguration; in TrEEConfigPeimEntryPoint() local86 Size = sizeof(TrEEConfiguration); in TrEEConfigPeimEntryPoint()93 &TrEEConfiguration in TrEEConfigPeimEntryPoint()99 TrEEConfiguration.TpmDevice = TPM_DEVICE_DEFAULT; in TrEEConfigPeimEntryPoint()105 …if ((TrEEConfiguration.TpmDevice > TPM_DEVICE_MAX) || (TrEEConfiguration.TpmDevice < TPM_DEVICE_MI… in TrEEConfigPeimEntryPoint()106 TrEEConfiguration.TpmDevice = TPM_DEVICE_DEFAULT; in TrEEConfigPeimEntryPoint()112 DEBUG ((EFI_D_INFO, "TrEEConfiguration.TpmDevice from Setup: %x\n", TrEEConfiguration.TpmDevice)); in TrEEConfigPeimEntryPoint()115 TpmDevice = DetectTpmDevice (TrEEConfiguration.TpmDevice); in TrEEConfigPeimEntryPoint()118 TrEEConfiguration.TpmDevice = TpmDevice; in TrEEConfigPeimEntryPoint()121 TpmDevice = TrEEConfiguration.TpmDevice; in TrEEConfigPeimEntryPoint()
40 TREE_CONFIGURATION TrEEConfiguration; in TrEEConfigDriverEntryPoint() local75 DataSize = sizeof(TrEEConfiguration); in TrEEConfigDriverEntryPoint()81 &TrEEConfiguration in TrEEConfigDriverEntryPoint()87 TrEEConfiguration.TpmDevice = TPM_DEVICE_DEFAULT; in TrEEConfigDriverEntryPoint()93 …if ((TrEEConfiguration.TpmDevice > TPM_DEVICE_MAX) || (TrEEConfiguration.TpmDevice < TPM_DEVICE_MI… in TrEEConfigDriverEntryPoint()94 TrEEConfiguration.TpmDevice = TPM_DEVICE_DEFAULT; in TrEEConfigDriverEntryPoint()104 sizeof(TrEEConfiguration), in TrEEConfigDriverEntryPoint()105 &TrEEConfiguration in TrEEConfigDriverEntryPoint()
646 TrEEConfiguration.TpmDevice from Setup: 1