[default] write buffer to chip
void nand_write_buf16(struct mtd_info * mtd, const uint8_t * buf, int len);
mtd
MTD device structure
buf
data buffer
len
number of bytes to write
Default write function for 16bit buswidth.
Thomas Gleixner <[email protected]>
Author.