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

  /device/linaro/bootloader/edk2/FatPkg/FatPei/
FatLiteAccess.c 157 Volume->FirstClusterPos = MultU64x32 (FirstClusterLba, Volume->SectorSize);
403 PhysicalAddr = File->Volume->FirstClusterPos + MultU64x32 (File->Volume->ClusterSize, File->CurrentCluster - 2);
FatLitePeim.h 98 UINT64 FirstClusterPos;
  /device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
Init.c 320 Volume->FirstClusterPos = LShiftU64 (FirstClusterLba, BlockAlignment);
FileSpace.c 610 OFile->PosDisk = Volume->FirstClusterPos +
Fat.h 328 UINT64 FirstClusterPos; // Disk pos of first cluster
    [all...]

Completed in 93 milliseconds