other versions
READ_ABS_BBTS(9) | Internal Functions Provided | READ_ABS_BBTS(9) |
NAME¶
read_abs_bbts - [GENERIC] Read the bad block table(s) for all chips starting at a given page
SYNOPSIS¶
void read_abs_bbts(struct mtd_info * mtd, uint8_t * buf, struct nand_bbt_descr * td, struct nand_bbt_descr * md);
ARGUMENTS¶
struct mtd_info * mtd
MTD device structure
uint8_t * buf
temporary buffer
struct nand_bbt_descr * td
descriptor for the bad block table
struct nand_bbt_descr * md
descriptor for the bad block table mirror
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.
AUTHOR¶
Thomas Gleixner <tglx@linutronix.de>
Author.
COPYRIGHT¶
July 2017 | Kernel Hackers Manual 4.12 |