HomeSort by relevance Sort by last modified time
    Searched refs:Tcg2Configuration (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Config/
Tcg2ConfigPeim.c 79 TCG2_CONFIGURATION Tcg2Configuration;
86 Size = sizeof(Tcg2Configuration);
93 &Tcg2Configuration
99 Tcg2Configuration.TpmDevice = TPM_DEVICE_DEFAULT;
105 if ((Tcg2Configuration.TpmDevice > TPM_DEVICE_MAX) || (Tcg2Configuration.TpmDevice < TPM_DEVICE_MIN)) {
106 Tcg2Configuration.TpmDevice = TPM_DEVICE_DEFAULT;
112 DEBUG ((EFI_D_INFO, "Tcg2Configuration.TpmDevice from Setup: %x\n", Tcg2Configuration.TpmDevice));
115 TpmDevice = DetectTpmDevice (Tcg2Configuration.TpmDevice);
    [all...]
Tcg2ConfigDriver.c 84 TCG2_CONFIGURATION Tcg2Configuration;
130 DataSize = sizeof(Tcg2Configuration);
136 &Tcg2Configuration
142 Tcg2Configuration.TpmDevice = TPM_DEVICE_DEFAULT;
148 if ((Tcg2Configuration.TpmDevice > TPM_DEVICE_MAX) || (Tcg2Configuration.TpmDevice < TPM_DEVICE_MIN)) {
149 Tcg2Configuration.TpmDevice = TPM_DEVICE_DEFAULT;
173 Tcg2Configuration.TpmDevice = Tcg2DeviceDetection.TpmDeviceDetected;
204 sizeof(Tcg2Configuration),
205 &Tcg2Configuration
    [all...]

Completed in 66 milliseconds