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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DPci.h294 #define PCIE_CAP_SYSERR_ON_CORERR_EN(PcieRootControl) \
295 ((PcieRootControl) & 0x1)
296 #define PCIE_CAP_SYSERR_ON_NONFATERR_EN(PcieRootControl) \
297 (((PcieRootControl) >> 1) & 0x1)
298 #define PCIE_CAP_SYSERR_ON_FATERR_EN(PcieRootControl) \
299 (((PcieRootControl) >> 2) & 0x1)
300 #define PCIE_CAP_PME_INT_ENABLE(PcieRootControl) \
301 (((PcieRootControl) >> 3) & 0x1)
302 #define PCIE_CAP_CRS_SW_VIS_ENABLE(PcieRootControl) \
303 (((PcieRootControl) >>
[all...]
H A DPci.c4473 UINT16 PcieRootControl; local
4475 PcieRootControl = PciExpressCap->RootControl;
4479 PCIE_CAP_SYSERR_ON_CORERR_EN (PcieRootControl)
4483 PCIE_CAP_SYSERR_ON_NONFATERR_EN (PcieRootControl)
4487 PCIE_CAP_SYSERR_ON_FATERR_EN (PcieRootControl)
4491 PCIE_CAP_PME_INT_ENABLE (PcieRootControl)
4495 PCIE_CAP_CRS_SW_VIS_ENABLE (PcieRootControl)

Completed in 42 milliseconds