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

NAME

6       read_abs_bbts - [GENERIC] Read the bad block table(s) for all chips
7       starting at a given page
8

SYNOPSIS

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

ARGUMENTS

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

DESCRIPTION

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

AUTHOR

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