Searched refs:nand_write (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/include/ |
H A D | nand.h | 53 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 D | nand_util.c | 620 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 D | nand.c | 144 if (nand_write(mtd, offset, &len, char_ptr)) in writeenv()
|
/openbmc/u-boot/cmd/mvebu/ |
H A D | bubt.c | 337 ret = nand_write(mtd, 0, &image_size, (void *)get_load_addr()); in nand_burn_image()
|