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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DPci.c2650 INDEX_OF (&(Common->VendorId)),
2652 INDEX_OF (&(Common->DeviceId)),
2671 INDEX_OF (&(Common->RevisionId)),
2678 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_PCI_LINE_BIST), gShellDebug1HiiHandle, INDEX_OF (&(Common->Bist)));
2690 INDEX_OF (&(Common->CacheLineSize)),
2700 INDEX_OF (&(Common->PrimaryLatencyTimer)),
2710 INDEX_OF (&(Common->HeaderType)),
2824 ShellPrintHiiEx(-1, -1, NULL,STRING_TOKEN (STR_PCI2_BASE_ADDR), gShellDebug1HiiHandle, INDEX_OF (Device->Bar));
2863 ShellPrintHiiEx(-1, -1, NULL,STRING_TOKEN (STR_PCI2_EXPANSION_ROM_DISABLED), gShellDebug1HiiHandle, INDEX_OF (&(Device->ROMBar)));
2869 INDEX_OF (
[all...]
H A DPci.h41 #define INDEX_OF(Field) ((UINT8 *) (Field) - (UINT8 *) mConfigSpace) macro

Completed in 75 milliseconds