Searched refs:FF_MIN_SS (Results 1 – 8 of 8) sorted by relevance
222 #define FF_MIN_SS 512 macro
142 #if FF_MAX_SS != FF_MIN_SS
259 …FF_MIN_SS) || (FF_MAX_SS != 512 && FF_MAX_SS != 1024 && FF_MAX_SS != 2048 && FF_MAX_SS != 4096) ||…262 #if FF_MAX_SS == FF_MIN_SS3261 …if ((w & (w - 1)) == 0 && w >= FF_MIN_SS && w <= FF_MAX_SS /* Properness of sector size (512-4096 …3383 #if FF_MAX_SS != FF_MIN_SS /* Get sector size (multiple sector size cfg only) */3385 if (SS(fs) > FF_MAX_SS || SS(fs) < FF_MIN_SS || (SS(fs) & (SS(fs) - 1))) return FR_DISK_ERR;5700 #if FF_MAX_SS != FF_MIN_SS5702 if (ss > FF_MAX_SS || ss < FF_MIN_SS || (ss & (ss - 1))) return FR_DISK_ERR;5856 #if FF_MAX_SS != FF_MIN_SS5858 if (ss > FF_MAX_SS || ss < FF_MIN_SS || (ss & (ss - 1))) return FR_DISK_ERR;
33 #if FF_MAX_SS == FF_MIN_SS
143 #if FF_MAX_SS != FF_MIN_SS
259 …FF_MIN_SS) || (FF_MAX_SS != 512 && FF_MAX_SS != 1024 && FF_MAX_SS != 2048 && FF_MAX_SS != 4096) ||…262 #if FF_MAX_SS == FF_MIN_SS3249 if (hlen < 92 || hlen > FF_MIN_SS) return 0;3314 …if ((w & (w - 1)) == 0 && w >= FF_MIN_SS && w <= FF_MAX_SS /* Properness of sector size (512-4096 …3435 #if FF_MAX_SS != FF_MIN_SS /* Get sector size (multiple sector size cfg only) */3437 if (SS(fs) > FF_MAX_SS || SS(fs) < FF_MIN_SS || (SS(fs) & (SS(fs) - 1))) return FR_DISK_ERR;5780 #if FF_MAX_SS != FF_MIN_SS5782 if (ss > FF_MAX_SS || ss < FF_MIN_SS || (ss & (ss - 1))) return FR_DISK_ERR;5940 #if FF_MAX_SS != FF_MIN_SS5942 if (ss > FF_MAX_SS || ss < FF_MIN_SS || (ss & (ss - 1))) return FR_DISK_ERR;
55 #if FF_MAX_SS == FF_MIN_SS
Completed in 121 milliseconds