Searched refs:FF_MIN_SS (Results 1 – 5 of 5) sorted by relevance
19 #if FF_MAX_SS == FF_MIN_SS in test_contiguous_file()
86 #if FF_MAX_SS != FF_MIN_SS in test_diskio()
255 #define FF_MIN_SS 512 macro
166 #if (FF_MAX_SS == FF_MIN_SS)225 #if FF_MAX_SS != FF_MIN_SS
184 …FF_MIN_SS) || (FF_MAX_SS != 512 && FF_MAX_SS != 1024 && FF_MAX_SS != 2048 && FF_MAX_SS != 4096) ||…2693 if ((w & (w - 1)) == 0 && w >= FF_MIN_SS && w <= FF_MAX_SS) { /* Properness of sector size */ in check_fs()2828 #if FF_MAX_SS != FF_MIN_SS /* Get sector size (multiple sector size cfg only) */ in mount_volume()2830 if (SS(fs) > FF_MAX_SS || SS(fs) < FF_MIN_SS || (SS(fs) & (SS(fs) - 1))) return FR_DISK_ERR; in mount_volume()5629 #if FF_MAX_SS != FF_MIN_SS5631 if (ss > FF_MAX_SS || ss < FF_MIN_SS || (ss & (ss - 1))) return FR_DISK_ERR;6005 #if FF_MAX_SS != FF_MIN_SS6007 if (ss > FF_MAX_SS || ss < FF_MIN_SS || (ss & (ss - 1))) return FR_DISK_ERR;