Searched refs:YAFFS_TNODES_LEVEL0_BITS (Results 1 - 2 of 2) sorted by relevance

/external/yaffs2/yaffs2/
H A Dyaffs_guts.h38 #define YAFFS_TNODES_LEVEL0_BITS 4 macro
42 #define YAFFS_TNODES_INTERNAL_BITS (YAFFS_TNODES_LEVEL0_BITS - 1)
H A Dyaffs_guts.c848 i = chunkId >> YAFFS_TNODES_LEVEL0_BITS;
864 ( YAFFS_TNODES_LEVEL0_BITS +
912 x = chunkId >> YAFFS_TNODES_LEVEL0_BITS;
946 ( YAFFS_TNODES_LEVEL0_BITS +
1067 YAFFS_TNODES_LEVEL0_BITS) + i;
3628 __u32 baseOffset = chunkOffset << YAFFS_TNODES_LEVEL0_BITS;

Completed in 92 milliseconds