Lines Matching defs:bits
38 * The table uses 2 bits per block
173 int bits = td->options & NAND_BBT_NRBITS_MSK;
174 uint8_t msk = (uint8_t)((1 << bits) - 1);
178 totlen = (num * bits) >> 3;
212 for (j = 0; j < 8; j += bits, act++) {
257 * that the bbt bits are in consecutive order.
387 * assume that the bbt bits are in consecutive order.
753 int bits, page, offs, numblocks, sft, sftmsk;
801 bits = td->options & NAND_BBT_NRBITS_MSK;
803 switch (bits) {
1196 u32 bits;
1203 bits = bd->options & NAND_BBT_NRBITS_MSK;
1207 BUG_ON(!bits);
1226 table_size *= bits;