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

  /device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
Init.c 211 UINTN FirstClusterLba;
313 FirstClusterLba = RootLba + RootDirSectors;
320 Volume->FirstClusterPos = LShiftU64 (FirstClusterLba, BlockAlignment);
321 Volume->MaxCluster = (Sectors - FirstClusterLba) >> SectorsPerClusterAlignment;
  /device/linaro/bootloader/edk2/FatPkg/FatPei/
FatLiteAccess.c 52 UINT64 FirstClusterLba;
152 FirstClusterLba = RootLba + RootDirSectors;
157 Volume->FirstClusterPos = MultU64x32 (FirstClusterLba, Volume->SectorSize);
158 Volume->MaxCluster = (UINT32) (Sectors - FirstClusterLba) / Bpb.SectorsPerCluster;

Completed in 1166 milliseconds