Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FvOnFv2Thunk/
DFvOnFv2Thunk.c52 IN EFI_FV_ATTRIBUTES Fv2Attributes in Fv2AttributesToFvAttributes() argument
58 …return (Fv2Attributes & 0x1ff) | ((UINTN) EFI_FV_ALIGNMENT_2 << RShiftU64((Fv2Attributes & EFI_FV2… in Fv2AttributesToFvAttributes()
117 EFI_FV_ATTRIBUTES Fv2Attributes; in FvSetVolumeAttributes() local
123 Fv2Attributes = (*Attributes & 0x1ff); in FvSetVolumeAttributes()
126 &Fv2Attributes in FvSetVolumeAttributes()
129 *Attributes = Fv2AttributesToFvAttributes (Fv2Attributes); in FvSetVolumeAttributes()