HomeSort by relevance Sort by last modified time
    Searched refs:FatBsb (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
Init.c 235 Sectors = FatBs.FatBsb.Sectors;
237 Sectors = FatBs.FatBsb.LargeSectors;
240 SectorsPerFat = FatBs.FatBsb.SectorsPerFat;
251 if (FatBs.FatBsb.ReservedSectors == 0 || FatBs.FatBsb.NumFats == 0 || Sectors == 0) {
255 if ((FatBs.FatBsb.SectorSize & (FatBs.FatBsb.SectorSize - 1)) != 0) {
259 BlockAlignment = (UINT8) HighBitSet32 (FatBs.FatBsb.SectorSize);
264 if ((FatBs.FatBsb.SectorsPerCluster & (FatBs.FatBsb.SectorsPerCluster - 1)) != 0) {
    [all...]
FatFileSystem.h 146 FAT_BOOT_SECTOR_BASIC FatBsb;

Completed in 373 milliseconds