Home
last modified time | relevance | path

Searched refs:ROMBar (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DPci.h350 UINT32 ROMBar; // Expansion ROM Base Address member
385 UINT32 ROMBar; // Expansion ROM Base Address member
DPci.c3320 if ((Device->ROMBar & PCI_BIT_0) == 0) { in PciExplainDeviceData()
3321 …RING_TOKEN (STR_PCI2_EXPANSION_ROM_DISABLED), gShellDebug1HiiHandle, INDEX_OF (&(Device->ROMBar))); in PciExplainDeviceData()
3327 INDEX_OF (&(Device->ROMBar)), in PciExplainDeviceData()
3328 Device->ROMBar in PciExplainDeviceData()
3470 if ((Bridge->ROMBar & PCI_BIT_0) == 0) { in PciExplainBridgeData()
3471 …ULL,STRING_TOKEN (STR_PCI2_NO_EXPANSION_ROM), gShellDebug1HiiHandle, INDEX_OF (&(Bridge->ROMBar))); in PciExplainBridgeData()
3477 INDEX_OF (&(Bridge->ROMBar)), in PciExplainBridgeData()
3478 Bridge->ROMBar in PciExplainBridgeData()
/device/linaro/bootloader/edk2/EdkShellPkg/
DShellR33.patch6047 if ((Device->ROMBar & PCI_BIT_0) == 0) {
6048 …intToken (STRING_TOKEN (STR_PCI2_EXPANSION_ROM_DISABLED), HiiHandle, INDEX_OF (&(Device->ROMBar)));
6049 …oken (STRING_TOKEN (STR_PCI2_EXPANSION_ROM_DISABLED), gPciHiiHandle, INDEX_OF (&(Device->ROMBar)));
6056 INDEX_OF (&(Device->ROMBar)),
6057 Device->ROMBar
6158 if ((Bridge->ROMBar & PCI_BIT_0) == 0) {
6159 - PrintToken (STRING_TOKEN (STR_PCI2_NO_EXPANSION_ROM), HiiHandle, INDEX_OF (&(Bridge->ROMBar)));
6160 …PrintToken (STRING_TOKEN (STR_PCI2_NO_EXPANSION_ROM), gPciHiiHandle, INDEX_OF (&(Bridge->ROMBar)));
6167 INDEX_OF (&(Bridge->ROMBar)),
6168 Bridge->ROMBar