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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DPci.h312 #define PCIE_CAP_PME_REQ_ID(PcieRootStatus) \
313 ((PcieRootStatus) & 0x0ffff)
314 #define PCIE_CAP_PME_STATUS(PcieRootStatus) \
315 (((PcieRootStatus) >> 16) & 0x1)
316 #define PCIE_CAP_PME_PENDING(PcieRootStatus) \
317 (((PcieRootStatus) >> 17) & 0x1)
H A DPci.c4537 UINT32 PcieRootStatus; local
4539 PcieRootStatus = PciExpressCap->RootStatus;
4543 PCIE_CAP_PME_REQ_ID (PcieRootStatus)
4547 PCIE_CAP_PME_STATUS (PcieRootStatus)
4551 PCIE_CAP_PME_PENDING (PcieRootStatus)

Completed in 51 milliseconds