Lines Matching full:bbt
5 * - Bad Block Table (BBT) implementation
27 * @pages: the page(s) where we find the bbt, used with option BBT_ABSPAGE
28 * when bbt is searched, then we store the found bbts pages here.
31 * @veroffs: offset of the bbt version counter in the oob are of the page
32 * @version: version read from the bbt page during scan
34 * @maxblocks: maximum number of blocks to search for a bbt. This number of
38 * bad) block in the stored bbt
61 /* The number of bits used per block in the bbt on the device */
69 /* The bbt is at the given page, else we must scan for the bbt */
71 /* bbt is stored per chip on multichip devices */
73 /* bbt has a version counter at offset veroffs */
75 /* Create a bbt if none exists */
78 * Create an empty BBT with no vendor information. Vendor's information may be
84 /* Write bbt if neccecary */
86 /* Read and write back block contents when writing bbt */
115 /* The maximum number of blocks to scan for a bbt */
134 * @bbt_erase_shift: [INTERN] number of address bits in a bbt entry
137 * @bbt: [INTERN] bad block table pointer
148 uint8_t *bbt; member
158 /* OneNAND BBT interface */