Home | History | Annotate | Download | only in yaffs2

Lines Matching defs:bits

611 	 * Must be a multiple of 32-bits  */
3505 /* Write chunk bits */
6246 int bits;
6353 bits = ShiftsGE(x);
6357 /* bits must be even so that we end up with 32-bit words */
6358 if(bits & 1)
6359 bits++;
6360 if(bits < 16)
6363 dev->tnodeWidth = bits;
6370 /* Level0 Tnodes are 16 bits or wider (if wide tnodes are enabled),
6376 if (bits <= dev->tnodeWidth)
6379 dev->chunkGroupBits = bits - dev->tnodeWidth;