Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
DInit.c235 Sectors = FatBs.FatBsb.Sectors; in FatOpenDevice()
237 Sectors = FatBs.FatBsb.LargeSectors; in FatOpenDevice()
240 SectorsPerFat = FatBs.FatBsb.SectorsPerFat; in FatOpenDevice()
251 if (FatBs.FatBsb.ReservedSectors == 0 || FatBs.FatBsb.NumFats == 0 || Sectors == 0) { in FatOpenDevice()
255 if ((FatBs.FatBsb.SectorSize & (FatBs.FatBsb.SectorSize - 1)) != 0) { in FatOpenDevice()
259 BlockAlignment = (UINT8) HighBitSet32 (FatBs.FatBsb.SectorSize); in FatOpenDevice()
264 if ((FatBs.FatBsb.SectorsPerCluster & (FatBs.FatBsb.SectorsPerCluster - 1)) != 0) { in FatOpenDevice()
268 SectorsPerClusterAlignment = (UINT8) HighBitSet32 (FatBs.FatBsb.SectorsPerCluster); in FatOpenDevice()
273 if (FatBs.FatBsb.Media <= 0xf7 && in FatOpenDevice()
274 FatBs.FatBsb.Media != 0xf0 && in FatOpenDevice()
[all …]
DFatFileSystem.h146 FAT_BOOT_SECTOR_BASIC FatBsb; member