Home
last modified time | relevance | path

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

/openbmc/u-boot/board/socrates/
H A Dnand.c16 static void sc_nand_write_buf(struct mtd_info *mtd, const u_char *buf, int len);
38 sc_nand_write_buf(mtd, (const uchar *)&byte, sizeof(byte)); in sc_nand_write_byte()
47 static void sc_nand_write_buf(struct mtd_info *mtd, const u_char *buf, int len) in sc_nand_write_buf() function
156 nand->write_buf = sc_nand_write_buf; in board_nand_init()