Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
DInit.c210 UINTN RootLba; in FatOpenDevice() local
312 RootLba = FatBs.FatBsb.NumFats * SectorsPerFat + FatLba; in FatOpenDevice()
313 FirstClusterLba = RootLba + RootDirSectors; in FatOpenDevice()
319 Volume->RootPos = LShiftU64 (RootLba, BlockAlignment); in FatOpenDevice()
/device/linaro/bootloader/edk2/FatPkg/FatPei/
DFatLiteAccess.c51 UINT64 RootLba; in FatGetBpbInfo() local
151 RootLba = Bpb.NoFats * SectorsPerFat + FatLba; in FatGetBpbInfo()
152 FirstClusterLba = RootLba + RootDirSectors; in FatGetBpbInfo()
156 Volume->RootDirPos = MultU64x32 (RootLba, Volume->SectorSize); in FatGetBpbInfo()