Home
last modified time | relevance | path

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

/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
/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/OpenPlatformPkg/Drivers/Block/ramdisk/
Dramdisk.c119 CopyMem(&(pStart[index]), &(bsc->BPB_RootEntCnt), sizeof(bsc->BPB_RootEntCnt)); in CopyBOOTSEC()
120 index+=sizeof(bsc->BPB_RootEntCnt); in CopyBOOTSEC()
379 g_bs.BPB_RootEntCnt = 512; in FormatRamdisk()
417 RootDirSectors = (g_bs.BPB_RootEntCnt * 32 + g_bs.BPB_BytsPerSec - 1) / g_bs.BPB_BytsPerSec; in FormatRamdisk()
Dramdisk.h63 UINT16 BPB_RootEntCnt; member