Home
last modified time | relevance | path

Searched refs:DevicePortType (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DPci.h75 #define IS_PCIE_ENDPOINT(DevicePortType) \ argument
76 ((DevicePortType) == PCIE_PCIE_ENDPOINT || \
77 (DevicePortType) == PCIE_LEGACY_PCIE_ENDPOINT || \
78 (DevicePortType) == PCIE_ROOT_COMPLEX_INTEGRATED_PORT)
80 #define IS_PCIE_SWITCH(DevicePortType) \ argument
81 ((DevicePortType == PCIE_SWITCH_UPSTREAM_PORT) || \
82 (DevicePortType == PCIE_SWITCH_DOWNSTREAM_PORT))
DPci.c4274 CHAR16 *DevicePortType; in ExplainPcieCapReg() local
4282 DevicePortType = DevicePortTypeTable[PCIE_CAP_DEVICEPORT_TYPE (PcieCapReg)]; in ExplainPcieCapReg()
4284 DevicePortType = L"Unknown Type"; in ExplainPcieCapReg()
4288 DevicePortType in ExplainPcieCapReg()
4323 UINT8 DevicePortType; in ExplainPcieDeviceCap() local
4329 DevicePortType = (UINT8) PCIE_CAP_DEVICEPORT_TYPE (PcieCapReg); in ExplainPcieDeviceCap()
4347 if (IS_PCIE_ENDPOINT (DevicePortType)) { in ExplainPcieDeviceCap()
4376 if (DevicePortType == PCIE_SWITCH_UPSTREAM_PORT) { in ExplainPcieDeviceCap()
4389 if (IS_PCIE_ENDPOINT (DevicePortType)) { in ExplainPcieDeviceCap()
4621 UINT8 DevicePortType; in ExplainPcieLinkControl() local
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
DPciHotPlugSupport.c371 switch (Capability.Bits.DevicePortType) { in SupportsPcieHotplug()
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DPciExpress21.h28 UINT16 DevicePortType : 4; member