Home
last modified time | relevance | path

Searched refs:yaffs_CountBits (Results 1 – 4 of 4) sorted by relevance

/fs/yaffs2/
Dyaffs_ecc.c75 static int yaffs_CountBits(unsigned char x) in yaffs_CountBits() function
229 if ((yaffs_CountBits(d0) + in yaffs_ECCCorrect()
230 yaffs_CountBits(d1) + in yaffs_ECCCorrect()
231 yaffs_CountBits(d2)) == 1) { in yaffs_ECCCorrect()
316 yaffs_CountBits(cDelta)) == 1) { in yaffs_ECCCorrectOther()
Dyaffs_tagscompat.h37 int yaffs_CountBits(__u8 byte);
Dyaffs_tagscompat.c49 int yaffs_CountBits(__u8 x) in yaffs_CountBits() function
458 (yaffs_CountBits(spare.pageStatus) < 7) ? 1 : 0; in yaffs_TagsCompatabilityReadChunkWithTagsFromNAND()
530 if (yaffs_CountBits(spare0.blockStatus & spare1.blockStatus) < 7) in yaffs_TagsCompatabilityQueryNANDBlock()
Dyaffs_mtdif1.c240 deleted = (yaffs_CountBits(((__u8 *)&pt1)[8]) < 7); in nandmtd1_ReadChunkWithTagsFromNAND()