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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DPci.h349 UINT32 ROMBar; // Expansion ROM Base Address member in struct:__anon12825
384 UINT32 ROMBar; // Expansion ROM Base Address member in struct:__anon12826
H A DPci.c2862 if ((Device->ROMBar & PCI_BIT_0) == 0) {
2863 ShellPrintHiiEx(-1, -1, NULL,STRING_TOKEN (STR_PCI2_EXPANSION_ROM_DISABLED), gShellDebug1HiiHandle, INDEX_OF (&(Device->ROMBar)));
2869 INDEX_OF (&(Device->ROMBar)),
2870 Device->ROMBar
3012 if ((Bridge->ROMBar & PCI_BIT_0) == 0) {
3013 ShellPrintHiiEx(-1, -1, NULL,STRING_TOKEN (STR_PCI2_NO_EXPANSION_ROM), gShellDebug1HiiHandle, INDEX_OF (&(Bridge->ROMBar)));
3019 INDEX_OF (&(Bridge->ROMBar)),
3020 Bridge->ROMBar

Completed in 40 milliseconds