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

/u-boot/board/socrates/
H A Dnand.c17 static void sc_nand_write_buf(struct mtd_info *mtd, const u_char *buf, int len);
39 sc_nand_write_buf(mtd, (const uchar *)&byte, sizeof(byte));
43 * sc_nand_write_buf - write buffer to chip
48 static void sc_nand_write_buf(struct mtd_info *mtd, const u_char *buf, int len) function
157 nand->write_buf = sc_nand_write_buf;

Completed in 39 milliseconds