Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
DInit.c213 UINTN SectorsPerFat; in FatOpenDevice() local
240 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()
DFatFileSystem.h108 UINT16 SectorsPerFat; // < FAT32 member
/device/linaro/bootloader/edk2/DuetPkg/BootSector/
Dbootsect.S117 mulw SectorsPerFat(%bp) # ax = NoFats * SectorsPerFat
118 addw ReservedSectors(%bp), %ax # ax = NoFats * SectorsPerFat + ReservedSectors = RootLBA
123 …addw %bx, %ax # ax = NoFats * SectorsPerFat + ReservedSectors + RootDirS…
Dbootsect.asm116 mul word ptr [bp+SectorsPerFat] ; ax = NoFats * SectorsPerFat
117 add ax,word ptr [bp+ReservedSectors] ; ax = NoFats * SectorsPerFat + ReservedSectors = RootLBA
122 …add ax,bx ; ax = NoFats * SectorsPerFat + ReservedSectors + RootDirS…
Dbs16.S49 SectorsPerFat: .word 0 # Sectors Per FAT - 16 bits label
Dbs32.S49 SectorsPerFat: .word 0 # Sectors Per FAT - 16 bits label
Dbs16.asm47 SectorsPerFat dw 0 ; Sectors Per FAT - 16 bits define
Dbs32.asm47 SectorsPerFat dw 0 ; Sectors Per FAT - 16 bits define
Dstart16.S47 SectorsPerFat: .word 0 # Sectors Per FAT - 16 bits label
Dstart.S46 SectorsPerFat: .word 0 # Sectors Per FAT - 16 bits label
Dstart16.asm43 SectorsPerFat dw 0 ; Sectors Per FAT - 16 bits define
Dstart.asm43 SectorsPerFat dw 0 ; Sectors Per FAT - 16 bits define
Dst16_64.S47 SectorsPerFat: .word 0 # Sectors Per FAT - 16 bits label
Dstart64.S47 SectorsPerFat: .word 0 # Sectors Per FAT - 16 bits label
Dstart64.asm43 SectorsPerFat dw 0 ; Sectors Per FAT - 16 bits define
Dst16_64.asm43 SectorsPerFat dw 0 ; Sectors Per FAT - 16 bits define
/device/linaro/bootloader/edk2/FatPkg/FatPei/
DFatLiteAccess.c48 UINT32 SectorsPerFat; in FatGetBpbInfo() local
81 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()
DFatLiteFmt.h95 UINT16 SectorsPerFat; // < FAT32 member
121 UINT16 SectorsPerFat; // < FAT32 member