Home
last modified time | relevance | path

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

/OK3568_Linux_fs/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)); in sc_nand_write_byte()
48 static void sc_nand_write_buf(struct mtd_info *mtd, const u_char *buf, int len) in sc_nand_write_buf() function
157 nand->write_buf = sc_nand_write_buf; in board_nand_init()