TianoCore EDK2 master
|
#include <DynamicTablesPkg/Include/ArmNameSpaceObjects.h>
Data Fields | |
UINT32 | GicMsiFrameId |
The GIC MSI Frame ID. | |
UINT64 | PhysicalBaseAddress |
The Physical base address for the MSI Frame. | |
UINT32 | Flags |
UINT16 | SPICount |
SPI Count used by this frame. | |
UINT16 | SPIBase |
SPI Base used by this frame. | |
A structure that describes the GIC MSI Frame information for the Platform.
ID: EArmObjGicMsiFrameInfo
Definition at line 222 of file ArmNameSpaceObjects.h.
UINT32 CmArmGicMsiFrameInfo::Flags |
The GIC MSI Frame flags as described by the GIC MSI frame structure in the ACPI Specification.
Definition at line 233 of file ArmNameSpaceObjects.h.
UINT32 CmArmGicMsiFrameInfo::GicMsiFrameId |
The GIC MSI Frame ID.
Definition at line 224 of file ArmNameSpaceObjects.h.
UINT64 CmArmGicMsiFrameInfo::PhysicalBaseAddress |
The Physical base address for the MSI Frame.
Definition at line 227 of file ArmNameSpaceObjects.h.
UINT16 CmArmGicMsiFrameInfo::SPIBase |
SPI Base used by this frame.
Definition at line 239 of file ArmNameSpaceObjects.h.
UINT16 CmArmGicMsiFrameInfo::SPICount |
SPI Count used by this frame.
Definition at line 236 of file ArmNameSpaceObjects.h.