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

  /device/linaro/bootloader/edk2/DuetPkg/AcpiResetDxe/
Reset.c 95 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.Address, 32) & 0x1F);
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/AcpiTables/
Facp.aslc 68 GAS2_IO(RESET_REG, 1), // Extended address of the Reset Register
Platform.h 59 #define RESET_REG 0xCF9
  /device/linaro/bootloader/edk2/DuetPkg/Include/Guid/
AcpiDescription.h 56 EFI_ACPI_3_0_GENERIC_ADDRESS_STRUCTURE RESET_REG;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Guid/AcpiDescription/
AcpiDescription.h 74 EFI_ACPI_GENERIC_ADDRESS_STRUCTURE RESET_REG;
  /device/linaro/bootloader/edk2/DuetPkg/DxeIpl/
LegacyTable.c 309 &AcpiDescription->RESET_REG,

Completed in 488 milliseconds