HomeSort by relevance Sort by last modified time
    Searched defs:eccResult (Results 1 - 2 of 2) sorted by null

  /external/yaffs2/yaffs2/
yaffs_tagscompat.c 184 yaffs_ECCResult * eccResult,
247 *eccResult = YAFFS_ECC_RESULT_UNFIXED;
249 *eccResult = YAFFS_ECC_RESULT_FIXED;
251 *eccResult = YAFFS_ECC_RESULT_NO_ERROR;
292 *eccResult = YAFFS_ECC_RESULT_UNFIXED;
294 *eccResult = YAFFS_ECC_RESULT_FIXED;
296 *eccResult = YAFFS_ECC_RESULT_NO_ERROR;
440 yaffs_ECCResult eccResult;
451 (dev, chunkInNAND, data, &spare, &eccResult, 1)) {
459 eTags->eccResult = eccResult
    [all...]
yaffs_guts.h 178 yaffs_ECCResult eccResult;

Completed in 59 milliseconds