Searched refs:PcieLinkControl (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DPci.h183 #define PCIE_CAP_ASPM_CONTROL(PcieLinkControl) \
184 ((PcieLinkControl) & 0x3)
185 #define PCIE_CAP_RCB(PcieLinkControl) \
186 (((PcieLinkControl) >> 3) & 0x1)
187 #define PCIE_CAP_LINK_DISABLE(PcieLinkControl) \
188 (((PcieLinkControl) >> 4) & 0x1)
189 #define PCIE_CAP_COMMON_CLK_CONF(PcieLinkControl) \
190 (((PcieLinkControl) >> 6) & 0x1)
191 #define PCIE_CAP_EXT_SYNC(PcieLinkControl) \
192 (((PcieLinkControl) >>
[all...]
H A DPci.c4151 UINT16 PcieLinkControl; local
4154 PcieLinkControl = PciExpressCap->LinkControl;
4158 ASPMCtrlStrTable[PCIE_CAP_ASPM_CONTROL (PcieLinkControl)]
4166 1 << (PCIE_CAP_RCB (PcieLinkControl) + 6)
4180 PCIE_CAP_LINK_DISABLE (PcieLinkControl)
4185 PCIE_CAP_COMMON_CLK_CONF (PcieLinkControl)
4189 PCIE_CAP_EXT_SYNC (PcieLinkControl)
4193 PCIE_CAP_CLK_PWR_MNG (PcieLinkControl)
4197 PCIE_CAP_HW_AUTO_WIDTH_DISABLE (PcieLinkControl)
4201 PCIE_CAP_LINK_BDW_MNG_INT_EN (PcieLinkControl)
[all...]

Completed in 39 milliseconds