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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DPci.h273 #define PCIE_CAP_ATT_BUT_PRESSED(PcieSlotStatus) \
274 ((PcieSlotStatus) & 0x1)
275 #define PCIE_CAP_PWR_FLT_DETECTED(PcieSlotStatus) \
276 (((PcieSlotStatus) >> 1) & 0x1)
277 #define PCIE_CAP_MRL_SENSOR_CHANGED(PcieSlotStatus) \
278 (((PcieSlotStatus) >> 2) & 0x1)
279 #define PCIE_CAP_PRES_DETECT_CHANGED(PcieSlotStatus) \
280 (((PcieSlotStatus) >> 3) & 0x1)
281 #define PCIE_CAP_COMM_COMPLETED(PcieSlotStatus) \
282 (((PcieSlotStatus) >>
[all...]
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