Searched refs:FX_16_BIT_FAT_SIZE (Results 1 – 3 of 3) sorted by relevance
291 if (total_clusters >= FX_16_BIT_FAT_SIZE) in _fx_media_format()336 if (total_clusters < FX_16_BIT_FAT_SIZE) in _fx_media_format()394 if (total_clusters < FX_16_BIT_FAT_SIZE) in _fx_media_format()402 if (total_clusters < FX_16_BIT_FAT_SIZE) in _fx_media_format()485 if ((total_clusters >= FX_16_BIT_FAT_SIZE) && (bytes_per_sector == 512)) in _fx_media_format()570 else if (total_clusters < FX_16_BIT_FAT_SIZE) in _fx_media_format()
499 else if (media_ptr -> fx_media_total_clusters < FX_16_BIT_FAT_SIZE)
469 #define FX_16_BIT_FAT_SIZE 65525 macro