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

/u-boot/fs/fat/
H A Dfat.c506 u32 total_clusters = (total_sectors - data_start) / local
509 return (total_clusters > MAX_FAT12) ? 16 : 12;

Completed in 58 milliseconds