Searched refs:_MIN_SS (Results 1 – 4 of 4) sorted by relevance
162 #define _MIN_SS 512 macro
50 …_MIN_SS) || (_MAX_SS != 512 && _MAX_SS != 1024 && _MAX_SS != 2048 && _MAX_SS != 4096) || (_MIN_SS …53 #if _MAX_SS == _MIN_SS2249 #if _MAX_SS != _MIN_SS /* Get sector size (multiple sector size cfg only) */ in find_volume()2251 || SS(fs) < _MIN_SS || SS(fs) > _MAX_SS) return FR_DISK_ERR; in find_volume()4103 #if _MAX_SS != _MIN_SS /* Get disk sector size */ in f_mkfs()4104 if (disk_ioctl(pdrv, GET_SECTOR_SIZE, &SS(fs)) != RES_OK || SS(fs) > _MAX_SS || SS(fs) < _MIN_SS) in f_mkfs()4129 if (au >= _MIN_SS) au /= SS(fs); /* Number of sectors per cluster */ in f_mkfs()
87 #if _MAX_SS != _MIN_SS
203 Added a configuration option of minimum sector size. (_MIN_SS)