Searched defs:EFI_FVB_ERASE_POLARITY (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Framework/
H A DFirmwareVolumeHeader.h39 #define EFI_FVB_ERASE_POLARITY 0x00000800 macro
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)) \

Completed in 60 milliseconds