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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DPci.c2250 PCIE_EXPLAIN_STRUCT PcieExplainList[] = { variable
5789 for (Index = 0; PcieExplainList[Index].Type < PcieExplainTypeMax; Index++) {
5793 RegAddr = ((UINT8 *) &PciExpressCap) + PcieExplainList[Index].Offset;
5794 switch (PcieExplainList[Index].Width) {
5809 PcieExplainList[Index].Token,
5811 PcieExplainList[Index].Offset,
5814 if (PcieExplainList[Index].Func == NULL) {
5817 switch (PcieExplainList[Index].Type) {
5854 PcieExplainList[Index].Func (&PciExpressCap);

Completed in 12 milliseconds