TianoCore EDK2 master
|
#include <DynamicTablesPkg/Include/ArchCommonNameSpaceObjects.h>
Data Fields | |
UINT32 | NominalLatency |
Expected latency to process a command, in microseconds. | |
UINT32 | MaxPeriodicAccessRate |
UINT16 | MinRequestTurnaroundTime |
A structure that describes the PCC Subspace CHannel Timings.
Definition at line 491 of file ArchCommonNameSpaceObjects.h.
UINT32 PccSubspaceChannelTimingInfo::MaxPeriodicAccessRate |
Maximum number of periodic requests that the subspace channel can support, reported in commands per minute. 0 indicates no limitation.
This field is ignored for the PCC Subspace type 5 (HW Registers based).
Definition at line 500 of file ArchCommonNameSpaceObjects.h.
UINT16 PccSubspaceChannelTimingInfo::MinRequestTurnaroundTime |
Minimum amount of time that OSPM must wait after the completion of a command before issuing the next command, in microseconds.
Definition at line 505 of file ArchCommonNameSpaceObjects.h.
UINT32 PccSubspaceChannelTimingInfo::NominalLatency |
Expected latency to process a command, in microseconds.
Definition at line 493 of file ArchCommonNameSpaceObjects.h.