Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dnand_legacy.c117 static void nand_write_buf(struct nand_chip *chip, const uint8_t *buf, int len) in nand_write_buf() function
605 if (!chip->legacy.write_buf || chip->legacy.write_buf == nand_write_buf) in nand_legacy_set_defaults()
606 chip->legacy.write_buf = busw ? nand_write_buf16 : nand_write_buf; in nand_legacy_set_defaults()
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dnand_base.su
H A Dnand_base.c287 void nand_write_buf(struct mtd_info *mtd, const uint8_t *buf, int len) in nand_write_buf() function
3741 if (!chip->write_buf || chip->write_buf == nand_write_buf) in nand_set_defaults()
3742 chip->write_buf = busw ? nand_write_buf16 : nand_write_buf; in nand_set_defaults()
/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Drawnand.h1221 void nand_write_buf(struct mtd_info *mtd, const uint8_t *buf, int len);
/OK3568_Linux_fs/u-boot/
H A DSystem.map
H A Du-boot.sym
H A Du-boot.map