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

  /device/linaro/bootloader/edk2/FatPkg/FatPei/
FatLiteApi.h 25 Fat12,
FatLiteAccess.c 162 // If this is not a fat32, determine if it's a fat16 or fat12
170 Volume->FatType = Volume->MaxCluster < 4085 ? Fat12 : Fat16;
377 // This is the fixed root dir in FAT12 and FAT16
  /device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
FileSpace.c 48 case Fat12:
108 case Fat12:
183 case Fat12:
210 if (!Volume->FatDirty && Volume->FatType != Fat12) {
Init.c 248 // know if the sector is Fat16 or Fat12 until later when we can compute
288 // Unpack fat12, fat16 info
326 // If this is not a fat32, determine if it's a fat16 or fat12
333 FatType = Volume->MaxCluster < FAT_MAX_FAT12_CLUSTER ? Fat12 : Fat16;
335 // fat12 & fat16 fat-entries are 2 bytes
354 if (FatType != Fat12) {
Flush.c 415 if (Volume->FatDirty && Volume->FatType != Fat12) {
DiskCache.c 465 if (Volume->FatType == Fat12) {
Fat.h 121 Fat12,
    [all...]

Completed in 254 milliseconds