Home
last modified time | relevance | path

Searched refs:nand_write_buf16 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/mtd/nand/raw/
H A Dnand_legacy.c143 static void nand_write_buf16(struct nand_chip *chip, const uint8_t *buf, in nand_write_buf16() function
607 chip->legacy.write_buf = busw ? nand_write_buf16 : nand_write_buf; in nand_legacy_set_defaults()
/openbmc/u-boot/include/linux/mtd/
H A Drawnand.h1257 void nand_write_buf16(struct mtd_info *mtd, const uint8_t *buf, int len);
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_base.c317 void nand_write_buf16(struct mtd_info *mtd, const uint8_t *buf, int len) in nand_write_buf16() function
3064 chip->write_buf = busw ? nand_write_buf16 : nand_write_buf; in nand_set_defaults()