Searched refs:YAFFSFS_RW_SIZE (Results 1 – 1 of 1) sorted by relevance
29 #define YAFFSFS_RW_SIZE (1<<YAFFSFS_RW_SHIFT) macro1127 nToRead = YAFFSFS_RW_SIZE - in yaffsfs_do_read()1128 (pos & (YAFFSFS_RW_SIZE - 1)); in yaffsfs_do_read()1241 nToWrite = YAFFSFS_RW_SIZE - in yaffsfs_do_write()1242 (pos & (YAFFSFS_RW_SIZE - 1)); in yaffsfs_do_write()