Home
last modified time | relevance | path

Searched refs:RootDirSectors (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/GenBootSector/
DGetDrvNumOffset.c25 UINTN RootDirSectors; in GetDrvNumOffset() local
36 RootDirSectors = ((FatBpb->Fat12_16.BPB_RootEntCnt * sizeof(FAT_DIRECTORY_ENTRY)) + in GetDrvNumOffset()
62 RootDirSectors in GetDrvNumOffset()
/device/linaro/bootloader/edk2/DuetPkg/BootSector/
Dbootsect.S123 … # ax = NoFats * SectorsPerFat + ReservedSectors + RootDirSectors = FirstCluster…
Dbootsect.asm122 … ; ax = NoFats * SectorsPerFat + ReservedSectors + RootDirSectors = FirstCluster…
/device/linaro/bootloader/edk2/BaseTools/Source/C/BootSectImage/
Dbootsectimage.c216 UINTN RootDirSectors; in GetFatType() local
299 RootDirSectors = ((FatBpb->Fat12_16.BPB_RootEntCnt * sizeof(FAT_DIRECTORY_ENTRY)) + in GetFatType()
326 RootDirSectors in GetFatType()