Scroll to navigation

NAND_WRITE_PAGE(9) Internal Functions Provided NAND_WRITE_PAGE(9)

NAME

nand_write_page - [REPLACEABLE] write one page

SYNOPSIS

int nand_write_page(struct mtd_info * mtd, struct nand_chip * chip, uint32_t offset, int data_len, const uint8_t * buf, int oob_required, int page, int cached, int raw);

ARGUMENTS

struct mtd_info * mtd
MTD device structure

struct nand_chip * chip

NAND chip descriptor

uint32_t offset

address offset within the page

int data_len

length of actual data to be written

const uint8_t * buf

the data to write

int oob_required

must write chip->oob_poi to OOB

int page

page number to write

int cached

cached programming

int raw

use _raw version of write_page

AUTHOR

Thomas Gleixner <tglx@linutronix.de>
Author.

COPYRIGHT

July 2017 Kernel Hackers Manual 4.11