Home
last modified time | relevance | path

Searched refs:FatEntryPos (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/FatPkg/FatPei/
DFatLiteAccess.c199 UINT64 FatEntryPos; in FatGetNextCluster() local
205 FatEntryPos = Volume->FatPos + MultU64x32 (4, Cluster); in FatGetNextCluster()
207 Status = FatReadDisk (PrivateData, Volume->BlockDeviceNo, FatEntryPos, 4, NextCluster); in FatGetNextCluster()
218 FatEntryPos = Volume->FatPos + MultU64x32 (2, Cluster); in FatGetNextCluster()
220 Status = FatReadDisk (PrivateData, Volume->BlockDeviceNo, FatEntryPos, 2, NextCluster); in FatGetNextCluster()
230 FatEntryPos = Volume->FatPos + DivU64x32Remainder (MultU64x32 (3, Cluster), 2, &Dummy); in FatGetNextCluster()
232 Status = FatReadDisk (PrivateData, Volume->BlockDeviceNo, FatEntryPos, 2, NextCluster); in FatGetNextCluster()
/device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
DFileSpace.c62 Volume->FatEntryPos = Volume->FatPos + Pos; in FatLoadFatEntry()
66 Volume->FatEntryPos, in FatLoadFatEntry()
222 Volume->FatEntryPos, in FatSetFatEntry()
DFat.h338 UINT64 FatEntryPos; // Location of buffer member