Searched refs:nand_write (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | nand.h | 54 static inline int nand_write(struct mtd_info *info, loff_t ofs, size_t *len, in nand_write() function
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/ |
| H A D | nand_util.c | 621 rval = nand_write(mtd, offset, length, buffer); in nand_write_skip_bad() 660 rval = nand_write(mtd, offset, &truncated_write_size, in nand_write_skip_bad()
|
| /OK3568_Linux_fs/u-boot/env/ |
| H A D | nand.c | 147 if (nand_write(mtd, offset, &len, char_ptr)) in writeenv()
|
| /OK3568_Linux_fs/u-boot/cmd/mvebu/ |
| H A D | bubt.c | 338 ret = nand_write(mtd, 0, &image_size, (void *)get_load_addr()); in nand_burn_image()
|