Home
last modified time | relevance | path

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

/u-boot/include/
A Dnand.h53 static inline int nand_write(struct mtd_info *info, loff_t ofs, size_t *len, in nand_write() function
/u-boot/drivers/mtd/nand/raw/
A Dnand_util.c623 rval = nand_write(mtd, offset, length, buffer); in nand_write_skip_bad()
662 rval = nand_write(mtd, offset, &truncated_write_size, in nand_write_skip_bad()
/u-boot/env/
A Dnand.c142 if (nand_write(mtd, offset, &len, char_ptr)) in writeenv()
/u-boot/arch/arm/mach-imx/
A Dcmd_nandbcb.c633 ret = nand_write(mtd, off, &size, (u_char *)fcb); in write_fcb()
733 ret = nand_write(mtd, off, &size, (u_char *)dbbt); in write_dbbt()
742 ret = nand_write(mtd, to, &size, dbbt_data_page); in write_dbbt()
/u-boot/cmd/mvebu/
A Dbubt.c353 ret = nand_write(mtd, 0, &image_size, (void *)get_load_addr()); in nand_burn_image()

Completed in 9 milliseconds