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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DPci.h221 #define PCIE_CAP_ATT_BUT_PRESENT(PcieSlotCap) \
222 ((PcieSlotCap) & 0x1)
223 #define PCIE_CAP_PWR_CTRLLER_PRESENT(PcieSlotCap) \
224 (((PcieSlotCap) >> 1) & 0x1)
225 #define PCIE_CAP_MRL_SENSOR_PRESENT(PcieSlotCap) \
226 (((PcieSlotCap) >> 2) & 0x1)
227 #define PCIE_CAP_ATT_IND_PRESENT(PcieSlotCap) \
228 (((PcieSlotCap) >> 3) & 0x1)
229 #define PCIE_CAP_PWD_IND_PRESENT(PcieSlotCap) \
230 (((PcieSlotCap) >>
[all...]
H A DPci.c4280 UINT32 PcieSlotCap; local
4282 PcieSlotCap = PciExpressCap->SlotCap;
4286 PCIE_CAP_ATT_BUT_PRESENT (PcieSlotCap)
4290 PCIE_CAP_PWR_CTRLLER_PRESENT (PcieSlotCap)
4294 PCIE_CAP_MRL_SENSOR_PRESENT (PcieSlotCap)
4298 PCIE_CAP_ATT_IND_PRESENT (PcieSlotCap)
4302 PCIE_CAP_PWD_IND_PRESENT (PcieSlotCap)
4306 PCIE_CAP_HOTPLUG_SUPPRISE (PcieSlotCap)
4310 PCIE_CAP_HOTPLUG_CAPABLE (PcieSlotCap)
4314 PCIE_CAP_SLOT_PWR_LIMIT_VALUE (PcieSlotCap)
[all...]

Completed in 61 milliseconds