Home
last modified time | relevance | path

Searched refs:PcieRootControl (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DPci.h295 #define PCIE_CAP_SYSERR_ON_CORERR_EN(PcieRootControl) \ argument
296 ((PcieRootControl) & 0x1)
297 #define PCIE_CAP_SYSERR_ON_NONFATERR_EN(PcieRootControl) \ argument
298 (((PcieRootControl) >> 1) & 0x1)
299 #define PCIE_CAP_SYSERR_ON_FATERR_EN(PcieRootControl) \ argument
300 (((PcieRootControl) >> 2) & 0x1)
301 #define PCIE_CAP_PME_INT_ENABLE(PcieRootControl) \ argument
302 (((PcieRootControl) >> 3) & 0x1)
303 #define PCIE_CAP_CRS_SW_VIS_ENABLE(PcieRootControl) \ argument
304 (((PcieRootControl) >> 4) & 0x1)
DPci.c4945 UINT16 PcieRootControl; in ExplainPcieRootControl() local
4947 PcieRootControl = PciExpressCap->RootControl; in ExplainPcieRootControl()
4951 PCIE_CAP_SYSERR_ON_CORERR_EN (PcieRootControl) in ExplainPcieRootControl()
4955 PCIE_CAP_SYSERR_ON_NONFATERR_EN (PcieRootControl) in ExplainPcieRootControl()
4959 PCIE_CAP_SYSERR_ON_FATERR_EN (PcieRootControl) in ExplainPcieRootControl()
4963 PCIE_CAP_PME_INT_ENABLE (PcieRootControl) in ExplainPcieRootControl()
4967 PCIE_CAP_CRS_SW_VIS_ENABLE (PcieRootControl) in ExplainPcieRootControl()