Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/BootSectImage/
Dfat.h40 UINT32 BPB_TotSec32; member
80 UINT32 BPB_TotSec32; member
Dbootsectimage.c316 TotSec = FatBpb->Fat12_16.BPB_TotSec32; in GetFatType()
375 (FatBpb->Fat12_16.BPB_TotSec32 == 0)) { in GetFatType()
377 (unsigned) FatBpb->Fat12_16.BPB_TotSec32); in GetFatType()
530 printf (" 20 Sectors (over 32MB) %08x\n", (unsigned) FatBpb.Fat12_16.BPB_TotSec32); in ParseBootSector()
/device/linaro/bootloader/edk2/BaseTools/Source/C/GnuGenBootSector/
DFatFormat.h40 UINT32 BPB_TotSec32; member
80 UINT32 BPB_TotSec32; member
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenBootSector/
DFatFormat.h40 UINT32 BPB_TotSec32; member
80 UINT32 BPB_TotSec32; member
DGetDrvNumOffset.c52 TotSec = FatBpb->Fat12_16.BPB_TotSec32; in GetDrvNumOffset()
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Block/ramdisk/
Dramdisk.c140 CopyMem(&(pStart[index]), &(bsc->BPB_TotSec32), sizeof(bsc->BPB_TotSec32)); in CopyBOOTSEC()
141 index+=sizeof(bsc->BPB_TotSec32); in CopyBOOTSEC()
386 g_bs.BPB_TotSec32 = 0; in FormatRamdisk()
427 g_bs.BPB_TotSec32 = TotalSectors; in FormatRamdisk()
Dramdisk.h70 UINT32 BPB_TotSec32; member