1. NAME▲
read_abs_bbts - [GENERIC] Read the bad block table(s) for all chips starting at a given page
2. SYNOPSIS ▲
void read_abs_bbts(struct mtd_info * mtd , uint8_t * buf , struct nand_bbt_descr * td , struct nand_bbt_descr * md );
3. ARGUMENTS ▲
mtd
MTD device structure
buf
temporary buffer
td
descriptor for the bad block table
md
descriptor for the bad block table mirror
4. DESCRIPTION ▲
Read the bad block table(s) for all chips starting at a given page. We assume that the bbt bits are in consecutive order.
5. AUTHOR ▲
Thomas Gleixner <>
Author.
6. COPYRIGHT ▲