1READ_ABS_BBT(9)           Internal Functions Provided          READ_ABS_BBT(9)
2
3
4

NAME

6       read_abs_bbt - [GENERIC] Read the bad block table starting at a given
7       page
8

SYNOPSIS

10       int read_abs_bbt(struct mtd_info * mtd, uint8_t * buf,
11                        struct nand_bbt_descr * td, int chip);
12

ARGUMENTS

14       mtd
15           MTD device structure
16
17       buf
18           temporary buffer
19
20       td
21           descriptor for the bad block table
22
23       chip
24           read the table for a specific chip, -1 read all chips; applies only
25           if NAND_BBT_PERCHIP option is set
26

DESCRIPTION

28       Read the bad block table for all chips starting at a given page. We
29       assume that the bbt bits are in consecutive order.
30

AUTHOR

32       Thomas Gleixner <tglx@linutronix.de>
33           Author.
34
36Kernel Hackers Manual 3.10         June 2019                   READ_ABS_BBT(9)
Impressum