HomeSort by relevance Sort by last modified time
    Searched refs:Indicator (Results 1 - 25 of 25) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/IndustryStandard/
pci30.h 36 UINT8 Indicator;
pci22.h 410 UINT8 Indicator;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
pci30.h 44 UINT8 Indicator;
pci22.h 425 UINT8 Indicator;
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
ElTorito.h 40 // Indicator types
111 UINT8 Indicator; ///< Must be 01
123 UINT8 Indicator; ///< 88 = Bootable, 00 = Not Bootable
137 UINT8 Indicator; ///< 90 - Header, more header follw, 91 - Final Header
Pci30.h 71 UINT8 Indicator;
Pci22.h 848 UINT8 Indicator;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciOptionRomSupport.c 330 UINT8 Indicator;
332 Indicator = 0;
362 Indicator = RomPcir->Indicator;
364 } while (((UINT8 *) RomHeader < (UINT8 *) RomImage + RomSize) && ((Indicator & 0x80) == 0x00));
386 UINT8 Indicator;
403 Indicator = 0;
502 Indicator = RomPcir->Indicator;
505 } while (((Indicator & 0x80) == 0x00) && ((RomBarOffset - RomBar) < RomSize));
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
PciOptionRomSupport.c 147 UINT8 Indicator;
164 Indicator = 0;
263 Indicator = RomPcir->Indicator;
266 } while (((Indicator & 0x80) == 0x00) && ((RomBarOffset - RomBar) < RomSize));
415 UINT8 Indicator;
435 Indicator = 0;
459 Indicator = Pcir->Indicator;
553 } while (((Indicator & 0x80) == 0x00) && ((UINTN) (RomBarOffset - (UINT8 *) RomBar) < PciDevice->RomSize));
    [all...]
PciRomTable.c 288 } while (((Pcir->Indicator & 0x80) == 0x00) && ((RomBarOffset - (UINTN) RomBar) < RomSize));
  /device/linaro/bootloader/edk2/BaseTools/Source/C/EfiRom/
EfiRom.c 348 PciDs23->Indicator = INDICATOR_LAST;
350 PciDs30->Indicator = INDICATOR_LAST;
354 PciDs23->Indicator = 0;
356 PciDs30->Indicator = 0;
656 PciDs23.Indicator = INDICATOR_LAST;
658 PciDs30.Indicator = INDICATOR_LAST;}
661 PciDs23.Indicator = 0;
663 PciDs30.Indicator = 0;
    [all...]
  /external/clang/lib/Driver/
Multilib.cpp 240 char Indicator = Flag.front();
241 assert(Indicator == '+' || Indicator == '-');
242 return Indicator == '+';
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/VlvPlatformInitDxe/
IgdOpRegion.h 152 UINT8 Indicator;
  /device/linaro/bootloader/edk2/FatPkg/FatPei/
Part.c 218 if (Catalog->Catalog.Indicator != ELTORITO_ID_CATALOG || Catalog->Catalog.Id55AA != 0xAA55) {
242 if (Catalog->Boot.Indicator != ELTORITO_ID_SECTION_BOOTABLE || Catalog->Boot.Lba == 0) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/PartitionDxe/
ElTorito.c 155 if (Catalog->Catalog.Indicator != ELTORITO_ID_CATALOG || Catalog->Catalog.Id55AA != 0xAA55) {
181 if (Catalog->Boot.Indicator != ELTORITO_ID_SECTION_BOOTABLE || Catalog->Boot.Lba == 0) {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
FormatProviders.h 361 static StringRef consumeOneOption(StringRef &Style, char Indicator,
365 if (Style.front() != Indicator)
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
FormatProviders.h 350 static StringRef consumeOneOption(StringRef &Style, char Indicator,
354 if (Style.front() != Indicator)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/EfiRom/
EfiRom.c 70 // Values for the indicator field in the PCI data structure
550 PciDs->Indicator |= INDICATOR_LAST;
552 PciDs->Indicator &= ~INDICATOR_LAST;
790 PciDs.Indicator |= INDICATOR_LAST;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
WiFi.h 510 /// Indicates the maximum number of BSSIDs in the multiple BSSID set. When Indicator
513 UINT8 Indicator;
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
LoadPciRom.c 365 } while (((Pcir->Indicator & 0x80) == 0x00) && ((RomBarOffset - (UINTN) RomBar) < RomSize));
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
Gpt.asm 267 db 0 ; Boot Indicator
Gpt.S 270 .byte 0 # Boot Indicator
  /device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/Ia32/
PcatIo.c 419 // Keep going until the last image is found by looking at the Indicator field
458 if ((Pcir.Indicator & 0x80) == 0x00) {
  /device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/X64/
PcatIo.c 419 // Keep going until the last image is found by looking at the Indicator field
458 if ((Pcir.Indicator & 0x80) == 0x00) {
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
LegacyPci.c 388 if ((Pcir->Indicator & 0x80) == 0x80) {
    [all...]

Completed in 342 milliseconds