Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dnand.h54 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 Dnand_util.c621 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 Dnand.c147 if (nand_write(mtd, offset, &len, char_ptr)) in writeenv()
/OK3568_Linux_fs/u-boot/cmd/mvebu/
H A Dbubt.c338 ret = nand_write(mtd, 0, &image_size, (void *)get_load_addr()); in nand_burn_image()