Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/FatPkg/FatPei/
DFatLiteAccess.c46 PEI_FAT_BOOT_SECTOR_EX BpbEx; in FatGetBpbInfo() local
62 &BpbEx in FatGetBpbInfo()
70 (UINT8 *) (&BpbEx), in FatGetBpbInfo()
83 SectorsPerFat = BpbEx.LargeSectorsPerFat; in FatGetBpbInfo()
109 if (Volume->FatType == Fat32 && (SectorsPerFat == 0 || BpbEx.FsVersion != 0)) { in FatGetBpbInfo()
137 if (Volume->FatType == Fat32 && ((BpbEx.ExtendedFlags & 0x80) != 0)) { in FatGetBpbInfo()
159 Volume->RootDirCluster = BpbEx.RootDirFirstCluster; in FatGetBpbInfo()