1READ_ABS_BBTS(9) Internal Functions Provided READ_ABS_BBTS(9)
2
3
4
6 read_abs_bbts - [GENERIC] Read the bad block table(s) for all chips
7 starting at a given page
8
10 int read_abs_bbts(struct mtd_info * mtd, uint8_t * buf,
11 struct nand_bbt_descr * td,
12 struct nand_bbt_descr * md);
13
15 mtd
16 MTD device structure
17
18 buf
19 temporary buffer
20
21 td
22 descriptor for the bad block table
23
24 md
25 descriptor for the bad block table mirror
26
28 Read the bad block table(s) for all chips starting at a given page We
29 assume that the bbt bits are in consecutive order.
30
32 Thomas Gleixner <tglx@linutronix.de>
33 Author.
34
36Kernel Hackers Manual 2.6. June 2019 READ_ABS_BBTS(9)