Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/EfiRom/
DEfiRom.c72 #define INDICATOR_LAST 0x80 // last file in series of files macro
550 PciDs->Indicator |= INDICATOR_LAST; in ProcessBinFile()
552 PciDs->Indicator &= ~INDICATOR_LAST; in ProcessBinFile()
790 PciDs.Indicator |= INDICATOR_LAST; in ProcessEfiFile()
1460 if ((PciDs.Indicator & INDICATOR_LAST) == INDICATOR_LAST) { in DumpImage()
1547 if ((PciDs.Indicator & INDICATOR_LAST) == INDICATOR_LAST) { in DumpImage()
/device/linaro/bootloader/edk2/BaseTools/Source/C/EfiRom/
DEfiRom.c345 PciDs23->Indicator = INDICATOR_LAST; in ProcessBinFile()
347 PciDs30->Indicator = INDICATOR_LAST; in ProcessBinFile()
653 PciDs23.Indicator = INDICATOR_LAST; in ProcessEfiFile()
655 PciDs30.Indicator = INDICATOR_LAST;} in ProcessEfiFile()
1404 if (PciDs23.Indicator == INDICATOR_LAST || PciDs30.Indicator == INDICATOR_LAST) { in DumpImage()
1480 if (PciDs23.Indicator == INDICATOR_LAST || PciDs30.Indicator == INDICATOR_LAST) { in DumpImage()
DEfiRom.h56 #define INDICATOR_LAST 0x80 // last file in series of files macro