Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/FatPkg/FatPei/
DFatLiteAccess.c45 PEI_FAT_BOOT_SECTOR Bpb; in FatGetBpbInfo() local
69 (UINT8 *) (&Bpb), in FatGetBpbInfo()
76 Sectors = Bpb.Sectors; in FatGetBpbInfo()
78 Sectors = Bpb.LargeSectors; in FatGetBpbInfo()
81 SectorsPerFat = Bpb.SectorsPerFat; in FatGetBpbInfo()
89 if (Bpb.Ia32Jump[0] != 0xe9 && Bpb.Ia32Jump[0] != 0xeb && Bpb.Ia32Jump[0] != 0x49) { in FatGetBpbInfo()
93 if (Bpb.ReservedSectors == 0 || Bpb.NoFats == 0 || Sectors == 0) { in FatGetBpbInfo()
97 if (Bpb.SectorsPerCluster != 1 && in FatGetBpbInfo()
98 Bpb.SectorsPerCluster != 2 && in FatGetBpbInfo()
99 Bpb.SectorsPerCluster != 4 && in FatGetBpbInfo()
[all …]