Home
last modified time | relevance | path

Searched refs:TotSec (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/GenBootSector/
DGetDrvNumOffset.c27 UINTN TotSec; in GetDrvNumOffset() local
50 TotSec = FatBpb->Fat12_16.BPB_TotSec16; in GetDrvNumOffset()
52 TotSec = FatBpb->Fat12_16.BPB_TotSec32; in GetDrvNumOffset()
54 if (TotSec == 0) { in GetDrvNumOffset()
59 DataSec = TotSec - ( in GetDrvNumOffset()
/device/linaro/bootloader/edk2/BaseTools/Source/C/BootSectImage/
Dbootsectimage.c218 UINTN TotSec; in GetFatType() local
314 TotSec = FatBpb->Fat12_16.BPB_TotSec16; in GetFatType()
316 TotSec = FatBpb->Fat12_16.BPB_TotSec32; in GetFatType()
318 if (TotSec == 0) { in GetFatType()
323 DataSec = TotSec - ( in GetFatType()