Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
DInit.c211 UINTN FirstClusterLba; in FatOpenDevice() local
313 FirstClusterLba = RootLba + RootDirSectors; in FatOpenDevice()
320 Volume->FirstClusterPos = LShiftU64 (FirstClusterLba, BlockAlignment); in FatOpenDevice()
321 Volume->MaxCluster = (Sectors - FirstClusterLba) >> SectorsPerClusterAlignment; in FatOpenDevice()
/device/linaro/bootloader/edk2/FatPkg/FatPei/
DFatLiteAccess.c52 UINT64 FirstClusterLba; in FatGetBpbInfo() local
152 FirstClusterLba = RootLba + RootDirSectors; in FatGetBpbInfo()
157 Volume->FirstClusterPos = MultU64x32 (FirstClusterLba, Volume->SectorSize); in FatGetBpbInfo()
158 Volume->MaxCluster = (UINT32) (Sectors - FirstClusterLba) / Bpb.SectorsPerCluster; in FatGetBpbInfo()