TianoCore EDK2 master
Loading...
Searching...
No Matches
PccSubspaceChannelTimingInfo Struct Reference

#include <DynamicTablesPkg/Include/ArchCommonNameSpaceObjects.h>

Data Fields

UINT32 NominalLatency
 Expected latency to process a command, in microseconds.
 
UINT32 MaxPeriodicAccessRate
 
UINT16 MinRequestTurnaroundTime
 

Detailed Description

A structure that describes the PCC Subspace CHannel Timings.

Definition at line 491 of file ArchCommonNameSpaceObjects.h.

Field Documentation

◆ MaxPeriodicAccessRate

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.

◆ MinRequestTurnaroundTime

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.

◆ NominalLatency

UINT32 PccSubspaceChannelTimingInfo::NominalLatency

Expected latency to process a command, in microseconds.

Definition at line 493 of file ArchCommonNameSpaceObjects.h.


The documentation for this struct was generated from the following file: