Searched refs:fat_length (Results 1 - 2 of 2) sorted by relevance

/u-boot/include/
H A Dfat.h97 __u16 fat_length; /* Sectors/FAT */ member in struct:boot_sector
/u-boot/fs/fat/
H A Dfat.c498 u32 dir_start = fat_start + bs->fats * bs->fat_length;
548 if (!bs->fat_length && !bs->fat32_length)
586 bs->fat_length = FAT2CPU16(bs->fat_length);
598 if (!bs->fat_length && bs->fat32_length) {
634 mydata->fatlength = bs.fat_length;

Completed in 32 milliseconds