Searched refs:FF_MIN_SS (Results 1 – 6 of 6) sorted by relevance
19 #if FF_MAX_SS == FF_MIN_SS in test_contiguous_file()
23 #if FF_MIN_SS != FF_MAX_SS in test_raw_speed()
86 #if FF_MAX_SS != FF_MIN_SS in test_diskio()
247 #define FF_MIN_SS 512 macro
165 #if (FF_MAX_SS == FF_MIN_SS)224 #if FF_MAX_SS != FF_MIN_SS
186 …FF_MIN_SS) || (FF_MAX_SS != 512 && FF_MAX_SS != 1024 && FF_MAX_SS != 2048 && FF_MAX_SS != 4096) ||…2718 if ((w & (w - 1)) == 0 && w >= FF_MIN_SS && w <= FF_MAX_SS) { /* Properness of sector size */ in check_fs()2854 #if FF_MAX_SS != FF_MIN_SS /* Get sector size (multiple sector size cfg only) */ in mount_volume()2856 if (SS(fs) > FF_MAX_SS || SS(fs) < FF_MIN_SS || (SS(fs) & (SS(fs) - 1))) return FR_DISK_ERR; in mount_volume()5662 #if FF_MAX_SS != FF_MIN_SS5664 if (ss > FF_MAX_SS || ss < FF_MIN_SS || (ss & (ss - 1))) return FR_DISK_ERR;6039 #if FF_MAX_SS != FF_MIN_SS6041 if (ss > FF_MAX_SS || ss < FF_MIN_SS || (ss & (ss - 1))) return FR_DISK_ERR;