Home
last modified time | relevance | path

Searched refs:RESET_VALUE (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/DuetPkg/AcpiResetDxe/
DReset.c107 IoWrite8 ((UINTN)mAcpiDescription.RESET_REG.Address, mAcpiDescription.RESET_VALUE); in EfiAcpiResetSystem()
116 MmioWrite8 ((UINTN)mAcpiDescription.RESET_REG.Address, mAcpiDescription.RESET_VALUE); in EfiAcpiResetSystem()
128 PciWrite8 (PCI_LIB_ADDRESS (0, Dev, Func, Register), mAcpiDescription.RESET_VALUE); in EfiAcpiResetSystem()
193 DEBUG ((DEBUG_INFO, "ACPI Reset Value - %02x\n", (UINTN)mAcpiDescription.RESET_VALUE)); in InitializeReset()
/device/linaro/bootloader/edk2/OvmfPkg/AcpiTables/
DPlatform.h60 #define RESET_VALUE (BIT2 | BIT1) // PIIX3 Reset CPU + System Reset macro
DFacp.aslc69 RESET_VALUE, // Value for the Reset Register to reset the system
/device/linaro/bootloader/edk2/DuetPkg/Include/Guid/
DAcpiDescription.h57 UINT8 RESET_VALUE; member
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Fadt/
DFadt.h69 #define RESET_VALUE 0x02 macro
DFadt2.0.aslc78 RESET_VALUE, // Value to write to the RESET_REG port
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Guid/AcpiDescription/
DAcpiDescription.h75 UINT8 RESET_VALUE; member
/device/linaro/bootloader/edk2/DuetPkg/DxeIpl/
DLegacyTable.c313 AcpiDescription->RESET_VALUE = Fadt->ResetValue; in PrepareFadtTable()