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

NAME

6       nand_write_page_raw - [Intern] raw page write function
7

SYNOPSIS

9       void nand_write_page_raw(struct mtd_info * mtd,
10                                struct nand_chip * chip, const uint8_t * buf);
11

ARGUMENTS

13       mtd
14           mtd info structure
15
16       chip
17           nand chip info structure
18
19       buf
20           data buffer
21

DESCRIPTION

23       Not for syndrome calculating ecc controllers, which use a special oob
24       layout
25

AUTHOR

27       Thomas Gleixner <tglx@linutronix.de>
28           Author.
29
31Kernel Hackers Manual 2.6.         June 2019            NAND_WRITE_PAGE_RAW(9)
Impressum