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

  /device/linaro/bootloader/edk2/CorebootModulePkg/Include/Guid/
AcpiBoardInfoGuid.h 29 UINT8 ResetValue;
  /device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/ResetSystemLib/
ResetSystemLib.c 71 IoWrite8 ((UINTN)pAcpiBoardInfo->ResetRegAddress, pAcpiBoardInfo->ResetValue);
98 IoWrite8 ((UINTN)pAcpiBoardInfo->ResetRegAddress, pAcpiBoardInfo->ResetValue);
  /device/linaro/bootloader/edk2/CorebootModulePkg/CbSupportPei/
CbSupportPei.c 244 UINTN PmCtrlRegBase, PmTimerRegBase, ResetRegAddress, ResetValue;
404 Status = CbParseFadtInfo (&PmCtrlRegBase, &PmTimerRegBase, &ResetRegAddress, &ResetValue, &PmEvtBase, &PmGpeEnBase);
412 pAcpiBoardInfo->ResetValue = (UINT8)ResetValue;
  /device/linaro/bootloader/edk2/DuetPkg/DxeIpl/
LegacyTable.c 307 if (Fadt->Header.Length >= OFFSET_OF (EFI_ACPI_3_0_FIXED_ACPI_DESCRIPTION_TABLE, ResetValue) + sizeof (Fadt->ResetValue)) {
313 AcpiDescription->RESET_VALUE = Fadt->ResetValue;
  /device/linaro/bootloader/edk2/CorebootModulePkg/Library/CbParseLib/
CbParseLib.c 457 *pResetValue = Fadt->ResetValue;
459 DEBUG ((EFI_D_INFO, "Reset Value 0x%x\n", Fadt->ResetValue));
508 *pResetValue = Fadt->ResetValue;
509 DEBUG ((EFI_D_ERROR, "Reset Value 0x%x\n", Fadt->ResetValue));
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/IndustryStandard/
Acpi2_0.h 169 UINT8 ResetValue;
Acpi3_0.h 158 UINT8 ResetValue;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
Acpi2_0.h 156 UINT8 ResetValue;
Acpi3_0.h 164 UINT8 ResetValue;
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Acpi20.h 170 UINT8 ResetValue;
Acpi30.h 195 UINT8 ResetValue;
Acpi40.h 153 UINT8 ResetValue;
    [all...]
Acpi50.h 275 UINT8 ResetValue;
    [all...]
Acpi51.h 156 UINT8 ResetValue;
    [all...]
Acpi60.h 155 UINT8 ResetValue;
    [all...]
Acpi61.h 155 UINT8 ResetValue;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
ACPI.c 102 UINT8 ResetValue; // 128
    [all...]

Completed in 159 milliseconds