11#ifndef _PCIEXPRESS31_H_
12#define _PCIEXPRESS31_H_
18#define PCI_EXPRESS_EXTENDED_CAPABILITY_L1_PM_SUBSTATES_ID 0x001E
19#define PCI_EXPRESS_EXTENDED_CAPABILITY_L1_PM_SUBSTATES_VER1 0x1
27 UINT32 L1PmSubstates : 1;
29 UINT32 CommonModeRestoreTime : 8;
30 UINT32 TPowerOnScale : 2;
32 UINT32 TPowerOnValue : 5;
45 UINT32 CommonModeRestoreTime : 8;
46 UINT32 LtrL12ThresholdValue : 10;
48 UINT32 LtrL12ThresholdScale : 3;
55 UINT32 TPowerOnScale : 2;
57 UINT32 TPowerOnValue : 5;
58 UINT32 Reserved2 : 24;