Searched defs:PcieSlotStatus (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DPci.c4412 UINT16 PcieSlotStatus; local
4414 PcieSlotStatus = PciExpressCap->SlotStatus;
4418 PCIE_CAP_ATT_BUT_PRESSED (PcieSlotStatus)
4422 PCIE_CAP_PWR_FLT_DETECTED (PcieSlotStatus)
4426 PCIE_CAP_MRL_SENSOR_CHANGED (PcieSlotStatus)
4430 PCIE_CAP_PRES_DETECT_CHANGED (PcieSlotStatus)
4434 PCIE_CAP_COMM_COMPLETED (PcieSlotStatus)
4437 if (PCIE_CAP_MRL_SENSOR_STATE (PcieSlotStatus)) {
4443 if (PCIE_CAP_PRES_DETECT_STATE (PcieSlotStatus)) {
4449 if (PCIE_CAP_ELEC_INTERLOCK_STATE (PcieSlotStatus)) {
[all...]

Completed in 50 milliseconds