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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DPci.h118 #define PCIE_CAP_COR_ERR_REPORTING_ENABLE(PcieDeviceControl) \
119 ((PcieDeviceControl) & 0x1)
120 #define PCIE_CAP_NONFAT_ERR_REPORTING_ENABLE(PcieDeviceControl) \
121 (((PcieDeviceControl) >> 1) & 0x1)
122 #define PCIE_CAP_FATAL_ERR_REPORTING_ENABLE(PcieDeviceControl) \
123 (((PcieDeviceControl) >> 2) & 0x1)
124 #define PCIE_CAP_UNSUP_REQ_REPORTING_ENABLE(PcieDeviceControl) \
125 (((PcieDeviceControl) >> 3) & 0x1)
126 #define PCIE_CAP_RELAXED_ORDERING_ENABLE(PcieDeviceControl) \
127 (((PcieDeviceControl) >>
[all...]
H A DPci.c3951 UINT16 PcieDeviceControl; local
3954 PcieDeviceControl = PciExpressCap->DeviceControl;
3957 PCIE_CAP_COR_ERR_REPORTING_ENABLE (PcieDeviceControl)
3961 PCIE_CAP_NONFAT_ERR_REPORTING_ENABLE (PcieDeviceControl)
3965 PCIE_CAP_FATAL_ERR_REPORTING_ENABLE (PcieDeviceControl)
3969 PCIE_CAP_UNSUP_REQ_REPORTING_ENABLE (PcieDeviceControl)
3973 PCIE_CAP_RELAXED_ORDERING_ENABLE (PcieDeviceControl)
3976 if (PCIE_CAP_MAX_PAYLOAD_SIZE (PcieDeviceControl) < 6) {
3977 Print (L"%E%d bytes%N\n", 1 << (PCIE_CAP_MAX_PAYLOAD_SIZE (PcieDeviceControl) + 7));
3983 PCIE_CAP_EXTENDED_TAG_ENABLE (PcieDeviceControl)
[all...]

Completed in 39 milliseconds