TianoCore EDK2 master
|
#include <DynamicTablesPkg/Include/ArchCommonNameSpaceObjects.h>
Data Fields | |
EFI_ACPI_6_4_GENERIC_ADDRESS_STRUCTURE | Register |
GAS describing the Register. | |
UINT64 | PreserveMask |
UINT64 | WriteMask |
Mask of bits to set when writing. | |
A structure that describes a PCC Mailbox Register.
Definition at line 471 of file ArchCommonNameSpaceObjects.h.
UINT64 PccMailboxRegisterInfo::PreserveMask |
Mask of bits to preserve when writing.
This mask is also used for registers. The Register is only read and there is no write mask required. E.g.:
Definition at line 482 of file ArchCommonNameSpaceObjects.h.
EFI_ACPI_6_4_GENERIC_ADDRESS_STRUCTURE PccMailboxRegisterInfo::Register |
GAS describing the Register.
Definition at line 473 of file ArchCommonNameSpaceObjects.h.
UINT64 PccMailboxRegisterInfo::WriteMask |
Mask of bits to set when writing.
Definition at line 485 of file ArchCommonNameSpaceObjects.h.