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

  /device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
Init.c 209 UINTN FatLba;
311 FatLba = FatBs.FatBsb.ReservedSectors;
312 RootLba = FatBs.FatBsb.NumFats * SectorsPerFat + FatLba;
315 Volume->FatPos = FatLba * BlockSize;
  /device/linaro/bootloader/edk2/FatPkg/FatPei/
FatLiteAccess.c 50 UINT64 FatLba;
150 FatLba = Bpb.ReservedSectors;
151 RootLba = Bpb.NoFats * SectorsPerFat + FatLba;
155 Volume->FatPos = MultU64x32 (FatLba, Volume->SectorSize);

Completed in 309 milliseconds