HomeSort by relevance Sort by last modified time
    Searched defs:EFI_FVB_ERASE_POLARITY (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Framework/
FirmwareVolumeHeader.h 39 #define EFI_FVB_ERASE_POLARITY 0x00000800
70 * @param FvbAttributes Indicates a test for CLEAR if EFI_FVB_ERASE_POLARITY is 1, else test for SET.
79 ((FvbAttributes & EFI_FVB_ERASE_POLARITY) ? (((~TestAttributes) & Bit) == Bit) : ((TestAttributes & Bit) == Bit)) \
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
EfiFirmwareVolumeHeader.h 47 #define EFI_FVB_ERASE_POLARITY 0x00000800

Completed in 163 milliseconds