Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dnand.h53 static inline int nand_write(struct mtd_info *info, loff_t ofs, size_t *len, in nand_write() function
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_util.c620 rval = nand_write(mtd, offset, length, buffer); in nand_write_skip_bad()
659 rval = nand_write(mtd, offset, &truncated_write_size, in nand_write_skip_bad()
/openbmc/u-boot/env/
H A Dnand.c144 if (nand_write(mtd, offset, &len, char_ptr)) in writeenv()
/openbmc/u-boot/cmd/mvebu/
H A Dbubt.c337 ret = nand_write(mtd, 0, &image_size, (void *)get_load_addr()); in nand_burn_image()