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

  /external/grub/stage2/
fsys_fat.c 87 FAT_SUPER->sectsize_bits = log2 (FAT_CVT_U16 (bpb.bytes_per_sect));
92 FAT_SUPER->num_sectors = FAT_CVT_U16 (bpb.short_sectors)
93 ? FAT_CVT_U16 (bpb.short_sectors) : bpb.long_sectors;
96 FAT_SUPER->fat_offset = FAT_CVT_U16 (bpb.reserved_sects);
103 FAT_SUPER->root_max = FAT_DIRENTRY_LENGTH * FAT_CVT_U16(bpb.dir_entries);
117 if (FAT_CVT_U16(bpb.dir_entries))
155 if (FAT_CVT_U16(bpb.bytes_per_sect) != (1 << FAT_SUPER->sectsize_bits)
156 || FAT_CVT_U16(bpb.bytes_per_sect) != SECTOR_SIZE
fat.h 63 #define FAT_CVT_U16(bytarr) (* (__u16*)(bytarr))

Completed in 999 milliseconds