Searched refs:FF_MIN_SS (Results 1 – 3 of 3) sorted by relevance
196 #define FF_MIN_SS 512 macro
143 #if FF_MAX_SS != FF_MIN_SS
260 …FF_MIN_SS) || (FF_MAX_SS != 512 && FF_MAX_SS != 1024 && FF_MAX_SS != 2048 && FF_MAX_SS != 4096) ||…263 #if FF_MAX_SS == FF_MIN_SS3265 if (hlen < 92 || hlen > FF_MIN_SS) return 0;3330 …if ((w & (w - 1)) == 0 && w >= FF_MIN_SS && w <= FF_MAX_SS /* Properness of sector size (512-4096 …3451 #if FF_MAX_SS != FF_MIN_SS /* Get sector size (multiple sector size cfg only) */3453 if (SS(fs) > FF_MAX_SS || SS(fs) < FF_MIN_SS || (SS(fs) & (SS(fs) - 1))) return FR_DISK_ERR;5781 #if FF_MAX_SS != FF_MIN_SS5783 if (ss > FF_MAX_SS || ss < FF_MIN_SS || (ss & (ss - 1))) return FR_DISK_ERR;5941 #if FF_MAX_SS != FF_MIN_SS5943 if (ss > FF_MAX_SS || ss < FF_MIN_SS || (ss & (ss - 1))) return FR_DISK_ERR;