Searched refs:SectorsPerFat (Results 1 – 18 of 18) sorted by relevance
213 UINTN SectorsPerFat; in FatOpenDevice() local240 SectorsPerFat = FatBs.FatBsb.SectorsPerFat; in FatOpenDevice()241 if (SectorsPerFat == 0) { in FatOpenDevice()242 SectorsPerFat = FatBs.FatBse.Fat32Bse.LargeSectorsPerFat; in FatOpenDevice()295 …if ((SectorsPerFat == 0 || FatBs.FatBse.Fat32Bse.FsVersion != 0) || (FatBs.FatBse.Fat32Bse.Extende… in FatOpenDevice()312 RootLba = FatBs.FatBsb.NumFats * SectorsPerFat + FatLba; in FatOpenDevice()316 Volume->FatSize = SectorsPerFat * BlockSize; in FatOpenDevice()
108 UINT16 SectorsPerFat; // < FAT32 member
116 mul word ptr [bp+SectorsPerFat] ; ax = NoFats * SectorsPerFat117 add ax,word ptr [bp+ReservedSectors] ; ax = NoFats * SectorsPerFat + ReservedSectors = RootLBA122 …add ax,bx ; ax = NoFats * SectorsPerFat + ReservedSectors + RootDirS…
117 mulw SectorsPerFat(%bp) # ax = NoFats * SectorsPerFat118 addw ReservedSectors(%bp), %ax # ax = NoFats * SectorsPerFat + ReservedSectors = RootLBA123 …addw %bx, %ax # ax = NoFats * SectorsPerFat + ReservedSectors + RootDirS…
49 SectorsPerFat: .word 0 # Sectors Per FAT - 16 bits label
47 SectorsPerFat dw 0 ; Sectors Per FAT - 16 bits define
46 SectorsPerFat: .word 0 # Sectors Per FAT - 16 bits label
47 SectorsPerFat: .word 0 # Sectors Per FAT - 16 bits label
43 SectorsPerFat dw 0 ; Sectors Per FAT - 16 bits define
48 UINT32 SectorsPerFat; in FatGetBpbInfo() local81 SectorsPerFat = Bpb.SectorsPerFat; in FatGetBpbInfo()82 if (SectorsPerFat == 0) { in FatGetBpbInfo()83 SectorsPerFat = BpbEx.LargeSectorsPerFat; in FatGetBpbInfo()109 if (Volume->FatType == Fat32 && (SectorsPerFat == 0 || BpbEx.FsVersion != 0)) { in FatGetBpbInfo()151 RootLba = Bpb.NoFats * SectorsPerFat + FatLba; in FatGetBpbInfo()
95 UINT16 SectorsPerFat; // < FAT32 member121 UINT16 SectorsPerFat; // < FAT32 member