Home | History | Annotate | Download | only in GenFfsFile

Lines Matching refs:FfsAlignment

1601   UINT64                  FfsAlignment;

1616 FfsAlignment = 0;
2105 AsciiStringToUint64 (InputString, FALSE, &FfsAlignment);
2106 if (FfsAlignment > 7) {
2111 FfsAttrib |= (((EFI_FFS_FILE_ATTRIBUTES) FfsAlignment) << 3);