1READ_BBT(9) Internal Functions Provided READ_BBT(9)
2
3
4
6 read_bbt - [GENERIC] Read the bad block table starting from page
7
9 int read_bbt(struct mtd_info * mtd, uint8_t * buf, int page, int num,
10 struct nand_bbt_descr * td, int offs);
11
13 mtd
14 MTD device structure
15
16 buf
17 temporary buffer
18
19 page
20 the starting page
21
22 num
23 the number of bbt descriptors to read
24
25 td
26 the bbt describtion table
27
28 offs
29 offset in the memory table
30
32 Read the bad block table starting from page.
33
35 Thomas Gleixner <tglx@linutronix.de>
36 Author.
37
39Kernel Hackers Manual 3.10 June 2019 READ_BBT(9)