Searched refs:RESET_REG (Results 1 - 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/DuetPkg/AcpiResetDxe/
H A DReset.c95 if ((mAcpiDescription.RESET_REG.Address != 0) &&
96 ((mAcpiDescription.RESET_REG.AddressSpaceId == EFI_ACPI_3_0_SYSTEM_IO) ||
97 (mAcpiDescription.RESET_REG.AddressSpaceId == EFI_ACPI_3_0_SYSTEM_MEMORY) ||
98 (mAcpiDescription.RESET_REG.AddressSpaceId == EFI_ACPI_3_0_PCI_CONFIGURATION_SPACE))) {
102 switch (mAcpiDescription.RESET_REG.AddressSpaceId) {
107 IoWrite8 ((UINTN)mAcpiDescription.RESET_REG.Address, mAcpiDescription.RESET_VALUE);
116 MmioWrite8 ((UINTN)mAcpiDescription.RESET_REG.Address, mAcpiDescription.RESET_VALUE);
125 Register = (UINT8)mAcpiDescription.RESET_REG.Address;
126 Func = (UINT8) (RShiftU64 (mAcpiDescription.RESET_REG.Address, 16) & 0x7);
127 Dev = (UINT8) (RShiftU64 (mAcpiDescription.RESET_REG
[all...]
/device/linaro/bootloader/edk2/OvmfPkg/AcpiTables/
H A DFacp.aslc68 GAS2_IO(RESET_REG, 1), // Extended address of the Reset Register
H A DPlatform.h59 #define RESET_REG 0xCF9 macro
/device/linaro/bootloader/edk2/DuetPkg/Include/Guid/
H A DAcpiDescription.h56 EFI_ACPI_3_0_GENERIC_ADDRESS_STRUCTURE RESET_REG; member in struct:_EFI_ACPI_DESCRIPTION
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Guid/AcpiDescription/
H A DAcpiDescription.h74 EFI_ACPI_GENERIC_ADDRESS_STRUCTURE RESET_REG; member in struct:_EFI_ACPI_DESCRIPTION
/device/linaro/bootloader/edk2/DuetPkg/DxeIpl/
H A DLegacyTable.c309 &AcpiDescription->RESET_REG,

Completed in 110 milliseconds