Home
last modified time | relevance | path

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

/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DPci.h274 #define PCIE_CAP_ATT_BUT_PRESSED(PcieSlotStatus) \ argument
276 #define PCIE_CAP_PWR_FLT_DETECTED(PcieSlotStatus) \ argument
278 #define PCIE_CAP_MRL_SENSOR_CHANGED(PcieSlotStatus) \ argument
280 #define PCIE_CAP_PRES_DETECT_CHANGED(PcieSlotStatus) \ argument
282 #define PCIE_CAP_COMM_COMPLETED(PcieSlotStatus) \ argument
284 #define PCIE_CAP_MRL_SENSOR_STATE(PcieSlotStatus) \ argument
286 #define PCIE_CAP_PRES_DETECT_STATE(PcieSlotStatus) \ argument
288 #define PCIE_CAP_ELEC_INTERLOCK_STATE(PcieSlotStatus) \ argument
290 #define PCIE_CAP_DLINK_STAT_CHANGED(PcieSlotStatus) \ argument
H A DPci.c4882 UINT16 PcieSlotStatus; in ExplainPcieSlotStatus() local