Home
last modified time | relevance | path

Searched refs:nand_write_buf (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/linux/mtd/
H A Drawnand.h1256 void nand_write_buf(struct mtd_info *mtd, const uint8_t *buf, int len);
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_base.c287 void nand_write_buf(struct mtd_info *mtd, const uint8_t *buf, int len) in nand_write_buf() function
3063 if (!chip->write_buf || chip->write_buf == nand_write_buf) in nand_set_defaults()
3064 chip->write_buf = busw ? nand_write_buf16 : nand_write_buf; in nand_set_defaults()