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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DPci.c3814 CHAR16 *DevicePortType; local
3822 DevicePortType = DevicePortTypeTable[PCIE_CAP_DEVICEPORT_TYPE (PcieCapReg)];
3824 DevicePortType = L"Unknown Type";
3828 DevicePortType
3863 UINT8 DevicePortType; local
3869 DevicePortType = (UINT8) PCIE_CAP_DEVICEPORT_TYPE (PcieCapReg);
3887 if (IS_PCIE_ENDPOINT (DevicePortType)) {
3916 if (DevicePortType == PCIE_SWITCH_UPSTREAM_PORT) {
3929 if (IS_PCIE_ENDPOINT (DevicePortType)) {
4152 UINT8 DevicePortType; local
4580 UINT8 DevicePortType; local
[all...]

Completed in 118 milliseconds