Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DPci.h313 #define PCIE_CAP_PME_REQ_ID(PcieRootStatus) \ argument
314 ((PcieRootStatus) & 0x0ffff)
315 #define PCIE_CAP_PME_STATUS(PcieRootStatus) \ argument
316 (((PcieRootStatus) >> 16) & 0x1)
317 #define PCIE_CAP_PME_PENDING(PcieRootStatus) \ argument
318 (((PcieRootStatus) >> 17) & 0x1)
DPci.c5009 UINT32 PcieRootStatus; in ExplainPcieRootStatus() local
5011 PcieRootStatus = PciExpressCap->RootStatus; in ExplainPcieRootStatus()
5015 PCIE_CAP_PME_REQ_ID (PcieRootStatus) in ExplainPcieRootStatus()
5019 PCIE_CAP_PME_STATUS (PcieRootStatus) in ExplainPcieRootStatus()
5023 PCIE_CAP_PME_PENDING (PcieRootStatus) in ExplainPcieRootStatus()