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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DPci.h248 #define PCIE_CAP_ATT_BUT_ENABLE(PcieSlotControl) \
249 ((PcieSlotControl) & 0x1)
250 #define PCIE_CAP_PWR_FLT_DETECT_ENABLE(PcieSlotControl) \
251 (((PcieSlotControl) >> 1) & 0x1)
252 #define PCIE_CAP_MRL_SENSOR_CHANGE_ENABLE(PcieSlotControl) \
253 (((PcieSlotControl) >> 2) & 0x1)
254 #define PCIE_CAP_PRES_DETECT_CHANGE_ENABLE(PcieSlotControl) \
255 (((PcieSlotControl) >> 3) & 0x1)
256 #define PCIE_CAP_COMM_CMPL_INT_ENABLE(PcieSlotControl) \
257 (((PcieSlotControl) >>
[all...]
H A DPci.c4348 UINT16 PcieSlotControl; local
4350 PcieSlotControl = PciExpressCap->SlotControl;
4353 PCIE_CAP_ATT_BUT_ENABLE (PcieSlotControl)
4357 PCIE_CAP_PWR_FLT_DETECT_ENABLE (PcieSlotControl)
4361 PCIE_CAP_MRL_SENSOR_CHANGE_ENABLE (PcieSlotControl)
4365 PCIE_CAP_PRES_DETECT_CHANGE_ENABLE (PcieSlotControl)
4369 PCIE_CAP_COMM_CMPL_INT_ENABLE (PcieSlotControl)
4373 PCIE_CAP_HOTPLUG_INT_ENABLE (PcieSlotControl)
4377 IndicatorTable[PCIE_CAP_ATT_IND_CTRL (PcieSlotControl)]
4381 IndicatorTable[PCIE_CAP_PWR_IND_CTRL (PcieSlotControl)]
[all...]

Completed in 190 milliseconds