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

NAME

6       nand_write_subpage_hwecc - [REPLACABLE] hardware ECC based subpage
7       write
8

SYNOPSIS

10       int nand_write_subpage_hwecc(struct mtd_info * mtd,
11                                    struct nand_chip * chip, uint32_t offset,
12                                    uint32_t data_len,
13                                    const uint8_t * data_buf,
14                                    int oob_required);
15

ARGUMENTS

17       mtd
18           mtd info structure
19
20       chip
21           nand chip info structure
22
23       offset
24           -- undescribed --
25
26       data_len
27           data length
28
29       data_buf
30           -- undescribed --
31
32       oob_required
33           must write chip->oob_poi to OOB
34

AUTHOR

36       Thomas Gleixner <tglx@linutronix.de>
37           Author.
38
40Kernel Hackers Manual 3.10         June 2019           NAND_WRITE_SUBPAGE_H(9)
Impressum