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

NAME

6       nand_write_page_raw_syndrome - [INTERN] raw page write function
7

SYNOPSIS

9       int nand_write_page_raw_syndrome(struct mtd_info * mtd,
10                                        struct nand_chip * chip,
11                                        const uint8_t * buf,
12                                        int oob_required);
13

ARGUMENTS

15       mtd
16           mtd info structure
17
18       chip
19           nand chip info structure
20
21       buf
22           data buffer
23
24       oob_required
25           must write chip->oob_poi to OOB
26

DESCRIPTION

28       We need a special oob layout and handling even when ECC isn't checked.
29

AUTHOR

31       Thomas Gleixner <tglx@linutronix.de>
32           Author.
33
35Kernel Hackers Manual 3.10         June 2019           NAND_WRITE_PAGE_RAW_(9)
Impressum