Searched refs:ControlArea (Results 1 – 1 of 1) sorted by relevance
502 EFI_TPM2_ACPI_CONTROL_AREA *ControlArea; in PublishTpm2() local522 ControlArea = (EFI_TPM2_ACPI_CONTROL_AREA *)(UINTN)mTpm2AcpiTemplate.AddressOfControlArea; in PublishTpm2()523 ControlArea->CommandSize = 0xF80; in PublishTpm2()524 ControlArea->ResponseSize = 0xF80; in PublishTpm2()525 ControlArea->Command = PcdGet64 (PcdTpmBaseAddress) + 0x80; in PublishTpm2()526 ControlArea->Response = PcdGet64 (PcdTpmBaseAddress) + 0x80; in PublishTpm2()