Home
last modified time | relevance | path

Searched refs:BPB_RootEntCnt (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/GenBootSector/
DFatFormat.h33 UINT16 BPB_RootEntCnt; member
73 UINT16 BPB_RootEntCnt; member
DGetDrvNumOffset.c36 RootDirSectors = ((FatBpb->Fat12_16.BPB_RootEntCnt * sizeof(FAT_DIRECTORY_ENTRY)) + in GetDrvNumOffset()
/device/linaro/bootloader/edk2/BaseTools/Source/C/BootSectImage/
Dfat.h33 UINT16 BPB_RootEntCnt; member
73 UINT16 BPB_RootEntCnt; member
Dbootsectimage.c299 RootDirSectors = ((FatBpb->Fat12_16.BPB_RootEntCnt * sizeof(FAT_DIRECTORY_ENTRY)) + in GetFatType()
352 (FatBpb->Fat12_16.BPB_RootEntCnt != 512)) { in GetFatType()
354 FatBpb->Fat12_16.BPB_RootEntCnt, 512); in GetFatType()
357 (FatBpb->Fat12_16.BPB_RootEntCnt != 0)) { in GetFatType()
359 FatBpb->Fat12_16.BPB_RootEntCnt, 0); in GetFatType()
523 printf (" 11 Root entries %04x\n", FatBpb.Fat12_16.BPB_RootEntCnt); in ParseBootSector()
/device/linaro/bootloader/edk2/BaseTools/Source/C/GnuGenBootSector/
DFatFormat.h33 UINT16 BPB_RootEntCnt; member
73 UINT16 BPB_RootEntCnt; member