Home | History | Annotate | Download | only in mtd

Lines Matching refs:bbt

5  *    - Bad Block Table (BBT) implementation
23 * @pages: the page(s) where we find the bbt, used with
24 * option BBT_ABSPAGE when bbt is searched,
28 * @veroffs: offset of the bbt version counter in the oob area of the page
29 * @version: version read from the bbt page during scan
31 * @maxblocks: maximum number of blocks to search for a bbt. This
35 * (rather than bad) block in the stored bbt
58 /* The number of bits used per block in the bbt on the device */
66 /* The bbt is at the given page, else we must scan for the bbt */
68 /* The bbt is at the given page, else we must scan for the bbt */
70 /* bbt is stored per chip on multichip devices */
72 /* bbt has a version counter at offset veroffs */
74 /* Create a bbt if none axists */
80 /* Write bbt if neccecary */
82 /* Read and write back block contents when writing bbt */
87 /* The maximum number of blocks to scan for a bbt */
97 * @bbt_erase_shift: [INTERN] number of address bits in a bbt entry
100 * @bbt: [INTERN] bad block table pointer
111 uint8_t *bbt;
121 /* OneNAND BBT interface */