HomeSort by relevance Sort by last modified time
    Searched refs:eccres2 (Results 1 - 3 of 3) sorted by null

  /external/yaffs2/yaffs2/
yaffs_tagscompat.c 274 if (nspare.eccres2 > 0) {
279 } else if (nspare.eccres2 < 0) {
286 if (nspare.eccres1 || nspare.eccres2) {
291 if (nspare.eccres1 < 0 || nspare.eccres2 < 0)
293 else if (nspare.eccres1 > 0 || nspare.eccres2 > 0)
yaffs_mtdif.c 70 nspare->eccres1 = nspare->eccres2 = 0; /* FIXME */
yaffs_guts.h 224 int eccres2; member in struct:yaffs_NANDSpare

Completed in 1952 milliseconds