Home
last modified time | relevance | path

Searched refs:PCIE_CAP_MAX_PAYLOAD_SIZE (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DPci.h129 #define PCIE_CAP_MAX_PAYLOAD_SIZE(PcieDeviceControl) \ macro
DPci.c4436 if (PCIE_CAP_MAX_PAYLOAD_SIZE (PcieDeviceControl) < 6) { in ExplainPcieDeviceControl()
4437 …ShellPrintEx (-1, -1, L"%E%d bytes%N\r\n", 1 << (PCIE_CAP_MAX_PAYLOAD_SIZE (PcieDeviceControl) + 7… in ExplainPcieDeviceControl()