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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DPci.c1835 PCIE_EXPLAIN_STRUCT PcieExplainList[] = { variable
4598 for (Index = 0; PcieExplainList[Index].Type < PcieExplainTypeMax; Index++) {
4602 RegAddr = ((UINT8 *) &PciExpressCap) + PcieExplainList[Index].Offset;
4603 switch (PcieExplainList[Index].Width) {
4618 PcieExplainList[Index].Token,
4620 PcieExplainList[Index].Offset,
4623 if (PcieExplainList[Index].Func == NULL) {
4626 switch (PcieExplainList[Index].Type) {
4663 PcieExplainList[Index].Func (&PciExpressCap);

Completed in 40 milliseconds